]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/registration/class_BaseRegistration.php
Continued:
[core.git] / inc / main / classes / registration / class_BaseRegistration.php
index ceb8083508669721fc26fc6013a5a9f2e574ce65..db2ec310c00e49e8771f841de06dc47ebfc41f4c 100644 (file)
@@ -1,4 +1,12 @@
 <?php
+// Own namespace
+namespace CoreFramework\Registration;
+
+// Import framework stuff
+use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Filter\Filterable;
+use CoreFramework\Object\BaseFrameworkSystem;
+
 /**
  * A general registration class.
  *
@@ -95,7 +103,5 @@ class BaseRegistration extends BaseFrameworkSystem {
                // Execute all post filters
                $this->postRegistrationFilter->processFilters($this->getRequestInstance(), $this->getResponseInstance());
        }
-}
 
-// [EOF]
-?>
+}