]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/factories/registry/class_SocketRegistryFactory.php
Moved back out of "Generic" namespace, really no need
[core.git] / inc / main / classes / factories / registry / class_SocketRegistryFactory.php
index e4228a131758e09ca947b4935c1b28b46c5c89ba..bf6f0a568aaa8aa6f2e5cbd768ba119f89d545c0 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+// Own namespace
+namespace CoreFramework\Factory\Registry;
+
+// Import framework stuff
+use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Registry\Registry;
+
 /**
  * A factory class for socket registries
  *
@@ -58,7 +65,5 @@ class SocketRegistryFactory extends ObjectFactory {
                // Return the instance
                return $registryInstance;
        }
-}
 
-// [EOF]
-?>
+}