]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/html/class_HtmlConfirmCommand.php
Continued:
[core.git] / inc / main / classes / commands / html / class_HtmlConfirmCommand.php
index 076fbbb95bdd6ddbad33513199ac81050b838168..7534e1848bdec7b58339619b1ea2beaa78545c65 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Guest;
+
 /**
  * A command for the confirmation link handling
  *
@@ -140,7 +143,5 @@ class HtmlConfirmCommand extends BaseCommand implements Commandable {
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Empty for now
        }
-}
 
-// [EOF]
-?>
+}