]> git.mxchange.org Git - core.git/blobdiff - framework/main/traits/handler/class_HandleableTrait.php
Continued:
[core.git] / framework / main / traits / handler / class_HandleableTrait.php
index b4489dbc5c50df55b39eb046de07ff41882476b1..1d17043ee176c35000f148c6946d44c346a7ffa6 100644 (file)
@@ -48,7 +48,7 @@ trait HandleableTrait {
         *
         * @return      $handlerInstance        A Handleable instance
         */
-       protected final function getHandlerInstance () {
+       public final function getHandlerInstance () {
                return $this->handlerInstance;
        }