]> 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 05f66f938268c745f79599cb0fc759fb9419fc3c..860d91fe1a428c87157fb276cd3ce1c266a710f8 100644 (file)
@@ -1,10 +1,18 @@
 <?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
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -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]
-?>
+}