Continued:
[core.git] / inc / main / classes / commands / class_BaseCommand.php
index 0a8ef5067c80eb49d51e7c80e2d06986daa9082c..5984c18c0d47c91ee975f75ba1665a5f68766303 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command;
+
+// Import framework stuff
+use CoreFramework\Object\BaseFrameworkSystem;
+
 /**
  * A general (base) command
  *
@@ -106,7 +112,5 @@ class BaseCommand extends BaseFrameworkSystem {
                // Get the content back from the template engine and put it in response class
                $templateInstance->transferToResponse($responseInstance);
        }
-}
 
-// [EOF]
-?>
+}