Continued:
[core.git] / framework / main / classes / actions / class_BaseAction.php
index 331eba3a79bb1f7352968a53840a317cdf232017..0cfdd8349c6fb5c6708d61f323f17c2c63f7f095 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 // Own namespace
-namespace CoreFramework\Action;
+namespace Org\Mxchange\CoreFramework\Action;
 
 // Import framework stuff
-use CoreFramework\Object\BaseFrameworkSystem;
+use Org\Mxchange\CoreFramework\Object\BaseFrameworkSystem;
 
 /**
  * A general action class. You shall extend this class if you are going to write