]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/commands/console/class_ConsoleFuseCommand.php
Continued:
[core.git] / framework / main / classes / commands / console / class_ConsoleFuseCommand.php
index 84a8f0814e03e1fc3116baab79c4a863803d74f2..c8061ffcc295b9766e2911fe23d6ad28c1e602c2 100644 (file)
@@ -7,6 +7,7 @@ use Org\Mxchange\CoreFramework\Command\BaseCommand;
 use Org\Mxchange\CoreFramework\Command\Commandable;
 use Org\Mxchange\CoreFramework\Controller\Controller;
 use Org\Mxchange\CoreFramework\Feature\FrameworkFeature;
+use Org\Mxchange\CoreFramework\Middleware\Debug\DebugMiddleware;
 use Org\Mxchange\CoreFramework\Request\Requestable;
 use Org\Mxchange\CoreFramework\Resolver\Command\CommandResolver;
 use Org\Mxchange\CoreFramework\Response\Responseable;
@@ -82,7 +83,7 @@ class ConsoleFuseCommand extends BaseCommand implements Commandable {
                }
 
                // @TODO Unfinished
-               $this->partialStub('Still unfinished! ;-)');
+               DebugMiddleware::getSelfInstance()->partialStub('Still unfinished! ;-)');
        }
 
        /**