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