]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/factories/client/class_ClientFactory.php
Some updates:
[core.git] / inc / main / classes / factories / client / class_ClientFactory.php
index 38f1bf83686edcb28f3774f1cde0634da967afec..4c7c4211b37f25947702484e2738715cb1ba2443 100644 (file)
@@ -1,17 +1,10 @@
 <?php
-// Own namespace
-namespace CoreFramework\Factory\Client;
-
-// Import framework stuff
-use CoreFramework\Factory\ObjectFactory;
-use CoreFramework\Registry\Registry;
-
 /**
  * An object factory for clients
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2016 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -72,5 +65,7 @@ class ClientFactory extends ObjectFactory {
                // Return the prepared instance
                return $clientInstance;
        }
-
 }
+
+// [EOF]
+?>