]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/auth/class_Authorizeable.php
Fixed and continued:
[core.git] / inc / main / interfaces / auth / class_Authorizeable.php
index abcfe5c9cb0ffb802a0a2bf9d8f4d2253c4daefb..fe389d28c417e42dced8dd2cca0ec2a9137f743e 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Auth;
+
+// Import framework stuff
+use CoreFramework\Generic\FrameworkInterface;
+
 /**
  * An interface for authorization methods
  *
@@ -35,7 +41,5 @@ interface Authorizeable extends FrameworkInterface {
         * @return      void
         */
        function updateAuthData ();
-}
 
-// [EOF]
-?>
+}