From cc9d7f3ee863aeb8e23fa204a2526f6e1f4e5247 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 2 Dec 2020 03:22:11 +0100 Subject: [PATCH] Continued: - added missing trait - updated core framework MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- application/city/classes/city_daemon/class_BaseCityDaemon.php | 3 +++ core | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2