]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/commands/html/class_HtmlProblemCommand.php
Continued:
[core.git] / framework / main / classes / commands / html / class_HtmlProblemCommand.php
index ce132366e4fe3a5f25ca54f87035069431e23a58..1b876f7b8577def99ccbc0f790633aaeb988869c 100644 (file)
@@ -6,6 +6,7 @@ namespace Org\Mxchange\CoreFramework\Command\Failed;
 use Org\Mxchange\CoreFramework\Command\BaseCommand;
 use Org\Mxchange\CoreFramework\Command\Commandable;
 use Org\Mxchange\CoreFramework\Controller\Controller;
+use Org\Mxchange\CoreFramework\Middleware\Debug\DebugMiddleware;
 use Org\Mxchange\CoreFramework\Registry\GenericRegistry;
 use Org\Mxchange\CoreFramework\Request\Requestable;
 use Org\Mxchange\CoreFramework\Resolver\Command\CommandResolver;
@@ -70,7 +71,7 @@ class HtmlProblemCommand extends BaseCommand implements Commandable {
         * @todo        0% done
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
-               $this->partialStub('Unfinished method.');
+               DebugMiddleware::getSelfInstance()->partialStub('Unfinished method.');
        }
 
        /**