From: Roland Häder Date: Wed, 2 Dec 2020 02:22:11 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cc9d7f3ee863aeb8e23fa204a2526f6e1f4e5247;p=city.git Continued: - added missing trait - updated core framework Signed-off-by: Roland Häder --- diff --git a/application/city/classes/city_daemon/class_BaseCityDaemon.php b/application/city/classes/city_daemon/class_BaseCityDaemon.php index ded79a3..11c6b33 100644 --- a/application/city/classes/city_daemon/class_BaseCityDaemon.php +++ b/application/city/classes/city_daemon/class_BaseCityDaemon.php @@ -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(); } + } diff --git a/core b/core index 303d853..0ab475e 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 303d853c3d98734f9d7a1a0445c98b6d6c444945 +Subproject commit 0ab475e77c70b60e323a87b97a73c39a695c6c13