]> 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..1ae0b959bab1f61ec3639b5cea247eccbe47bbce 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+// Own namespace
+namespace CoreFramework\Registration;
+
+// Import framework stuff
+use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Object\BaseFrameworkSystem;
+
 /**
  * A general registration class.
  *
@@ -95,7 +102,5 @@ class BaseRegistration extends BaseFrameworkSystem {
                // Execute all post filters
                $this->postRegistrationFilter->processFilters($this->getRequestInstance(), $this->getResponseInstance());
        }
-}
 
-// [EOF]
-?>
+}