]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/html/class_HtmlStatusCommand.php
Continued:
[core.git] / inc / main / classes / commands / html / class_HtmlStatusCommand.php
index c4bf6fe4d03fa45a5891983284527fb7346bae57..bae495d881050ff77b02fd08aa12d98b6a123ee2 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Status;
+
 /**
  * A command for Status page
  *
@@ -127,7 +130,5 @@ class HtmlStatusCommand extends BaseCommand implements Commandable {
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Empty for now
        }
-}
 
-// [EOF]
-?>
+}