]> 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..823996db64dfb2b88261bf2519da9cd6e8f4823c 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command\Guest;
+
 /**
  * A command class for resending the confirmation link
  *
@@ -129,7 +132,5 @@ class HtmlResendLinkCommand extends BaseCommand implements Commandable {
                // Filter for checking if account is unconfirmed
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_unconfirmed_filter'));
        }
-}
 
-// [EOF]
-?>
+}