]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/html/class_HtmlConfirmCommand.php
It is CoreFramework, not CoreFra*n*ework
[core.git] / inc / main / classes / commands / html / class_HtmlConfirmCommand.php
index 7534e1848bdec7b58339619b1ea2beaa78545c65..ee869aa6a26f2b369702b3931e1b48fe5354c27e 100644 (file)
@@ -2,6 +2,17 @@
 // Own namespace
 namespace CoreFramework\Command\Guest;
 
+// Import framework stuff
+use CoreFramework\Command\BaseCommand;
+use CoreFramework\Command\Commandable;
+use CoreFramework\Controller\Controller;
+use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Generic\NullPointerException;
+use CoreFramework\Registry\Registry;
+use CoreFramework\Request\Requestable;
+use CoreFramework\Resolver\Command\CommandResolver;
+use CoreFramework\Response\Responseable;
+
 /**
  * A command for the confirmation link handling
  *