Continued:
[core.git] / framework / main / interfaces / crypto / class_Cryptable.php
index 76a546e6fd4fb4ce359606bef4b613d83aa056b2..890b0d32f07a61112518bd9506d123392d31a4ab 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 // Own namespace
-namespace CoreFramework\Crypto;
+namespace Org\Mxchange\CoreFramework\Crypto;
 
 // Import framework stuff
-use CoreFramework\Generic\FrameworkInterface;
+use Org\Mxchange\CoreFramework\Generic\FrameworkInterface;
 
 /**
  * A helper class for cryptographical things like hashing passwords and so on