]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/actions/commands/class_Commandable.php
Continued:
[core.git] / framework / main / interfaces / actions / commands / class_Commandable.php
index 064cd22135ec542fa70289b394e323f3aed03d96..ae1c45798360e866e7d6069459fffe1e1fe12bf0 100644 (file)
@@ -1,18 +1,18 @@
 <?php
 // Own namespace
-namespace CoreFramework\Command;
+namespace Org\Mxchange\CoreFramework\Command;
 
 // Import framework stuff
-use CoreFramework\Action\PerformableAction;
-use CoreFramework\Controller\Controller;
-use CoreFramework\Request\Requestable;
+use Org\Mxchange\CoreFramework\Action\PerformableAction;
+use Org\Mxchange\CoreFramework\Controller\Controller;
+use Org\Mxchange\CoreFramework\Request\Requestable;
 
 /**
  * An interface for commands for the front controller
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *