]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/actions/post_registration/class_LoginAfterRegistrationAction.php
Continued:
[core.git] / inc / main / classes / actions / post_registration / class_LoginAfterRegistrationAction.php
index 93eaf14f7d75fe25901e403e3e2e3cf782ac4d5d..c12ab629cf7477e2071a1c2d0da78b6fb9091b4a 100644 (file)
@@ -2,6 +2,12 @@
 // Own namespace
 namespace CoreFramework\Action\PostRegistration\Login;
 
+// Import framework stuff
+use CoreFramework\Action\PerformableAction;
+use CoreFramework\Generic\FrameworkException;
+use CoreFramework\Request\Requestable;
+use CoreFramework\Response\Responseable;
+
 /**
  * A post registration action to login after the registration is done
  *