]> git.mxchange.org Git - core.git/blobdiff - inc/config/class_FrameworkConfiguration.php
Introduced namespaces:
[core.git] / inc / config / class_FrameworkConfiguration.php
index c63775517ff9f65608d30123b7f2b59cf34cd8f3..0cafb48bb875e8b10d4178c72bcccdbb5c8b6c64 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Configuration;
+
+// Load framework stuff
+use CoreFramework\Generic\FrameworkInterface;
+
 /**
  * A class for the configuration stuff implemented in a singleton design paddern
  *
@@ -408,7 +414,5 @@ class FrameworkConfiguration implements Registerable {
                // Return the result
                return $equals;
        }
-}
 
-// [EOF]
-?>
+}