Continued:
[core.git] / inc / main / classes / commands / html / class_HtmlHomeCommand.php
index dbe7d4efe926186683e8d09be53b359272bcc975..b9538f8b662083f8dff46ac147c103699945c8ae 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Guest;
+
 /**
  * A command for the home page
  *
@@ -126,7 +129,5 @@ class HtmlHomeCommand extends BaseCommand implements Commandable {
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Empty for now
        }
-}
 
-// [EOF]
-?>
+}