]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/output/console/class_ConsoleOutput.php
Continued:
[core.git] / framework / main / classes / output / console / class_ConsoleOutput.php
index f7dbd4bf9544823e96a55c4b3a69864220f4e4f6..3d75464aef0eb4256b68cbff391e9d800359884e 100644 (file)
@@ -1,12 +1,12 @@
 <?php
 // Own namespace
-namespace CoreFramework\Output;
+namespace Org\Mxchange\CoreFramework\Output;
 
 // Import framework stuff
-use CoreFramework\Bootstrap\FrameworkBootstrap;
-use CoreFramework\Generic\UnsupportedOperationException;
-use CoreFramework\Output\BaseOutput;
-use CoreFramework\Stream\Output\OutputStreamer;
+use Org\Mxchange\CoreFramework\Bootstrap\FrameworkBootstrap;
+use Org\Mxchange\CoreFramework\Generic\UnsupportedOperationException;
+use Org\Mxchange\CoreFramework\Output\BaseOutput;
+use Org\Mxchange\CoreFramework\Stream\Output\OutputStreamer;
 
 /**
  * This class simply puts text without any HTML code out. This class is suiable