]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/factories/client/class_ClientFactory.php
Moved back out of "Generic" namespace, really no need
[core.git] / inc / main / classes / factories / client / class_ClientFactory.php
index 2ef09fab66962563377496ed32091ee2725ef54d..38f1bf83686edcb28f3774f1cde0634da967afec 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+// Own namespace
+namespace CoreFramework\Factory\Client;
+
+// Import framework stuff
+use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Registry\Registry;
+
 /**
  * An object factory for clients
  *
@@ -65,7 +72,5 @@ class ClientFactory extends ObjectFactory {
                // Return the prepared instance
                return $clientInstance;
        }
-}
 
-// [EOF]
-?>
+}