Continued:
[core.git] / inc / main / classes / application / class_BaseApplication.php
index 915916e2b92f1fe9ab60764f65ca48bc81611b8b..c1d94d664a7cf325db5e6976e4639c5d663f3481 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Application;
+
+// Import framework stuff
+use CoreFramework\Object\BaseFrameworkSystem;
+
 /**
  * A general application class for the ApplicationHelper classes.
  *
@@ -38,7 +44,5 @@ class BaseApplication extends BaseFrameworkSystem {
                // Add this instance
                $registryInstance->addInstance('application', $this);
        }
-}
 
-// [EOF]
-?>
+}