]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/factories/database/class_DatabaseWrapperFactory.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / classes / factories / database / class_DatabaseWrapperFactory.php
index 9e0216f735c60f05536fe29cd02e459ecc6ca2be..f0cc20bd4554348faa32647adc844393823ee392 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+// Own namespace
+namespace CoreFramework\Factory\Database\Wrapper;
+
+// Import framework stuff
+use CoreFramework\Factory\ObjectFactory;
+use CoreFramework\Registry\Registry;
+
 /**
  * A factory class for socket registries
  *
@@ -58,7 +65,5 @@ class DatabaseWrapperFactory extends ObjectFactory {
                // Return the instance
                return $wrapperInstance;
        }
-}
 
-// [EOF]
-?>
+}