]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/html/class_HtmlLogoutDoneCommand.php
Continued:
[core.git] / inc / main / classes / commands / html / class_HtmlLogoutDoneCommand.php
index 5842a9918883a4a4d436612419bc0f544be90f81..f418b8e3077d9c11063bad09292845cf58333cc3 100644 (file)
@@ -1,4 +1,16 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Logout;
+
+// Import framework stuff
+use CoreFramework\Command\BaseCommand;
+use CoreFramework\Command\Commandable;
+use CoreFranework\Controller\Controller;
+use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Request\Requestable;
+use CoreFramework\Resolver\Command\CommandResolver;
+use CoreFramework\Response\Responseable;
+
 /**
  * A command for the login failed page
  *
@@ -129,7 +141,5 @@ class HtmlLogoutDoneCommand extends BaseCommand implements Commandable {
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Empty for now
        }
-}
 
-// [EOF]
-?>
+}