Continued:
[core.git] / inc / main / classes / commands / html / class_HtmlLogoutCommand.php
index 05344d3205188ecc000c3c2f834818d402a70c6c..121fb97b4928fa8b9bae3ada7d483342d14396e9 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Login;
+
 /**
  * A command for logout
  *
@@ -83,7 +86,5 @@ class HtmlLogoutCommand extends BaseCommand implements Commandable {
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Empty for now
        }
-}
 
-// [EOF]
-?>
+}