From: Roland Häder Date: Wed, 2 Dec 2020 01:52:07 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5df4ca81d71fa88d38057f75531023d319b2d6c0;p=core.git Continued: - ops, forgot this to remove ... Signed-off-by: Roland Häder --- diff --git a/framework/main/classes/class_BaseFrameworkSystem.php b/framework/main/classes/class_BaseFrameworkSystem.php index 67a85fd1..5a5cb97a 100644 --- a/framework/main/classes/class_BaseFrameworkSystem.php +++ b/framework/main/classes/class_BaseFrameworkSystem.php @@ -426,15 +426,6 @@ abstract class BaseFrameworkSystem extends stdClass implements FrameworkInterfac return $webOutputInstance; } - /** - * Getter for state instance - * - * @return $stateInstance A Stateable instance - */ - public final function getStateInstance () { - return $this->stateInstance; - } - /** * Setter for call-back instance * diff --git a/framework/main/traits/state/class_StateableTrait.php b/framework/main/traits/state/class_StateableTrait.php index 128c096f..8445f7a5 100644 --- a/framework/main/traits/state/class_StateableTrait.php +++ b/framework/main/traits/state/class_StateableTrait.php @@ -2,6 +2,7 @@ // Own namespace namespace Org\Mxchange\CoreFramework\Traits\State; +// Load framework stuff use Org\Mxchange\CoreFramework\State\Stateable; /**