Continued:
[core.git] / inc / main / classes / feature / class_FrameworkFeature.php
index 32a326bb29c2f9e25ee1ab91e89a127e637c96ea..616b4c3c38d28ee4f299a6fa3d068990ae3e7048 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+// Own namespace
+namespace CoreFramework\Feature;
+
+// Import framework stuff
+use CoreFramework\Configuration\FrameworkConfiguration;
+use CoreFramework\Object\BaseFrameworkSystem;
+
 /**
  * The general feature management class. No instance is needed as this class
  * has only public methods that are static.
@@ -164,7 +171,5 @@ class FrameworkFeature extends BaseFrameworkSystem {
                // Return any returned value
                return $return;
        }
-}
 
-// [EOF]
-?>
+}