]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/actions/html/class_HtmlLoginProfileAction.php
Continued:
[core.git] / inc / main / classes / actions / html / class_HtmlLoginProfileAction.php
index 783458f30159c48eaf3b0bb9d881a097aa7ed6fc..2617c9e09eefc9dbad5a92205151ae80c02b3264 100644 (file)
@@ -1,4 +1,12 @@
 <?php
+// Own namespace
+namespace CoreFramework\Action\Login;
+
+// Import framework stuff
+use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Registry\Registerable;
+use CoreFramework\Request\Requestable;
+
 /**
  * An action for the profile page in login area
  *
@@ -71,7 +79,5 @@ class HtmlLoginProfileAction extends BaseAction implements Commandable, Register
                // Add user status filter here
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_status_filter'));
        }
-}
 
-// [EOF]
-?>
+}