Continued:
[core.git] / inc / main / classes / crypto / class_CryptoHelper.php
index e48b74260d710328b10fd00c094d0f6184b982fa..9431ccc7c3961e45f71e7584f78d63ebaf4a576e 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Helper\Crypto;
+
+// Import framework stuff
+use CoreFramework\Object\BaseFrameworkSystem;
+
 /**
  * A helper class for cryptographical things like hashing passwords and so on
  *
@@ -228,7 +234,5 @@ class CryptoHelper extends BaseFrameworkSystem implements Cryptable {
                // Return the string
                return $str;
        }
-}
 
-// [EOF]
-?>
+}