]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/output/class_BaseOutput.php
Continued:
[core.git] / inc / main / classes / output / class_BaseOutput.php
index 0ef79b56e3fcccc87661e07967c216c053f0375b..61067790b199a0f990c88b2d8775a6fa6001a594 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Output;
+
+// Import framework stuff
+use CoreFramework\Object\BaseFrameworkSystem;
+
 /**
  * Generic output class
  *
@@ -32,7 +38,5 @@ class BaseOutput extends BaseFrameworkSystem {
                // Call parent constructor
                parent::__construct($className);
        }
-}
 
-// [EOF]
-?>
+}