]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/container/class_BaseContainer.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / classes / container / class_BaseContainer.php
index a92c6c287892911fa34fcbde2512468ee01aa3e3..e862a6f79a770cfb94fc06ab59f532dd222e8222 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Container;
+
+// Import framework stuff
+use CoreFramework\Object\BaseFrameworkSystem;
+
 /**
  * A general Container
  *
@@ -32,7 +38,5 @@ class BaseContainer extends BaseFrameworkSystem {
                // Call parent constructor
                parent::__construct($className);
        }
-}
 
-// [EOF]
-?>
+}