]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/html/class_HtmlResendLinkCommand.php
Continued:
[core.git] / inc / main / classes / commands / html / class_HtmlResendLinkCommand.php
index cafa6c328a5f34c3802f6773d21de0aaf43ea6ef..860d91fe1a428c87157fb276cd3ce1c266a710f8 100644 (file)
@@ -1,4 +1,12 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Guest;
+
+// Import framework stuff
+use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Registry\Generic\Registry;
+use CoreFramework\Request\Requestable;
+
 /**
  * A command class for resending the confirmation link
  *
@@ -129,7 +137,5 @@ class HtmlResendLinkCommand extends BaseCommand implements Commandable {
                // Filter for checking if account is unconfirmed
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_unconfirmed_filter'));
        }
-}
 
-// [EOF]
-?>
+}