]> 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..01cee1902c40f8bacfab6242c1586f5c4b98a017 100644 (file)
@@ -1,4 +1,15 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Guest;
+
+// Import framework stuff
+use CoreFramework\Command\BaseCommand;
+use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Generic\NullPointerException;
+use CoreFramework\Registry\Generic\Registry;
+use CoreFramework\Request\Requestable;
+use CoreFramework\Response\Responseable;
+
 /**
  * A command for the confirmation link handling
  *
@@ -140,7 +151,5 @@ class HtmlConfirmCommand extends BaseCommand implements Commandable {
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Empty for now
        }
-}
 
-// [EOF]
-?>
+}