]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/class_BaseCitySystem.php
Next wave:
[city.git] / application / city / classes / class_BaseCitySystem.php
index 79edc0d50e7edeb63eb655270390e0acf5c8165e..f44083aa3aafe53aca1b293721c850a03e9930de 100644 (file)
@@ -1,4 +1,13 @@
 <?php
+// Own namespace
+namespace Org\Mxchange\City\Generic;
+
+// Import own stuff
+use Org\Mxchange\City\Helper\CityHelper;
+
+// Import framework stuff
+use Org\Mxchange\CoreFramework\Object\BaseFrameworkSystem;
+
 /**
  * A general city (simulation) system class
  *
@@ -64,6 +73,3 @@ class BaseCitySystem extends BaseFrameworkSystem {
                $this->cityInstance = $cityInstance;
        }
 }
-
-// [EOF]
-?>