]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/factories/city_daemon/class_CityDaemonFactory.php
Next wave:
[city.git] / application / city / classes / factories / city_daemon / class_CityDaemonFactory.php
index 137e2423cdf09985324b13f7f720c52b6a68915f..6165d107862df7516af4190f5463e040e59d4cc0 100644 (file)
@@ -4,6 +4,7 @@ namespace Org\Mxchange\City\Daemon\Factory;
 
 // Import framework stuff
 use Org\Mxchange\CoreFramework\Factory\ObjectFactory;
+use Org\Mxchange\CoreFramework\Registry\Registry;
 use Org\Mxchange\CoreFramework\Request\Requestable;
 use Org\Mxchange\CoreFramework\Response\Responseable;
 
@@ -70,7 +71,7 @@ class CityDaemonFactory extends ObjectFactory {
                        }
 
                        // Now convert the city-mode in a class name
-                       $className = 'Simulation' . $factoryInstance->convertToClassName($cityMode) . 'CityDaemon';
+                       $className = 'Org\Mxchange\City\Daemon\Simulation\Simulation' . $factoryInstance->convertToClassName($cityMode) . 'CityDaemon';
 
                        // Get the city instance
                        $cityInstance = ObjectFactory::createObjectByName($className, array($requestInstance));