]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/commands/html/class_Html
Continued:
[core.git] / framework / main / classes / commands / html / class_Html
index 06f4923cfaa2bc8e48bd3a9a15cd056a3f5c1ff3..2db86e39dc4af02f0af76e960da64f3895eceabd 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Import framework stuff
+use Org\Mxchange\CoreFramework\Middleware\Debug\DebugMiddleware;
+
 /**
  * A command for ??? page
  *
@@ -58,7 +61,7 @@ class Html???Command extends BaseCommand implements Commandable {
         * @todo        0% done
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
-               $this->partialStub('Unfinished method.');
+               DebugMiddleware::getSelfInstance()->partialStub('Unfinished method.');
        }
 
        /**