]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/city_daemon/class_BaseCityDaemon.php
Continued:
[city.git] / application / city / classes / city_daemon / class_BaseCityDaemon.php
index ded79a3a8656d3698bd635114b3bc1aae18ee656..11c6b3335526c0eaf5fd8e9844a7efe3b0f35aff 100644 (file)
@@ -21,6 +21,7 @@ use Org\Mxchange\CoreFramework\Request\Requestable;
 use Org\Mxchange\CoreFramework\Response\Responseable;
 use Org\Mxchange\CoreFramework\Traits\Crypto\CryptoTrait;
 use Org\Mxchange\CoreFramework\Traits\Database\Frontend\DatabaseFrontendTrait;
+use Org\Mxchange\CoreFramework\Traits\State\StateableTrait;
 
 /**
  * A general City class
@@ -48,6 +49,7 @@ abstract class BaseCityDaemon extends BaseCitySystem implements Updateable, Adda
        // Load traits
        use CryptoTrait;
        use DatabaseFrontendTrait;
+       use StateableTrait;
 
        /**
         * City types
@@ -289,4 +291,5 @@ abstract class BaseCityDaemon extends BaseCitySystem implements Updateable, Adda
                // Call it's method and return value
                $sectionsInstance->expandMaps();
        }
+
 }