Continued:
[core.git] / inc / main / classes / commands / html / class_HtmlLogoutDoneCommand.php
index 5842a9918883a4a4d436612419bc0f544be90f81..4c81971b043d267831668068832c9091df25ffb1 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Logout;
+
 /**
  * A command for the login failed page
  *
@@ -129,7 +132,5 @@ class HtmlLogoutDoneCommand extends BaseCommand implements Commandable {
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Empty for now
        }
-}
 
-// [EOF]
-?>
+}