]> 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..e638a23a80fa0a62c230c623e41cbc047e904c0e 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+// Own namespace
+namespace CoreFramework\Application;
+
+// Import framework stuff
+use CoreFramework\Object\BaseFrameworkSystem;
+use CoreFramework\Registry\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]
-?>
+}