]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/html/class_HtmlProblemCommand.php
Continued:
[core.git] / inc / main / classes / commands / html / class_HtmlProblemCommand.php
index 51e6d105896b59642293eae9963a684ea33a10fc..562d1429a6dfef3302aef3732227790dbe202eb9 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Failed;
+
 /**
  * A command for Problem page
  *
@@ -71,7 +74,5 @@ class HtmlProblemCommand extends BaseCommand implements Commandable {
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Empty for now
        }
-}
 
-// [EOF]
-?>
+}