]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/html/class_HtmlLogoutCommand.php
Continued:
[core.git] / inc / main / classes / commands / html / class_HtmlLogoutCommand.php
index 05344d3205188ecc000c3c2f834818d402a70c6c..df0a7ba1af22f1e8bfb1ec93cccbb4604599b80d 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Login;
+
+// Import framework stuff
+use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Request\Requestable;
+
 /**
  * A command for logout
  *
@@ -83,7 +90,5 @@ class HtmlLogoutCommand extends BaseCommand implements Commandable {
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Empty for now
        }
-}
 
-// [EOF]
-?>
+}