]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/actions/class_
Continued:
[city.git] / application / city / classes / actions / class_
index aaa7d344be3f6fb1c79e5ecc25ca9865f2ab6498..5012a89f76802234bc318952ea3c693860910d5c 100644 (file)
@@ -4,6 +4,7 @@ namespace Org\Mxchange\City\Action;
 
 // Import framework stuff
 use Org\Mxchange\CoreFramework\Controller\Controller;
+use Org\Mxchange\CoreFramework\Middleware\Debug\DebugMiddleware;
 use Org\Mxchange\CoreFramework\Registry\Registerable;
 use Org\Mxchange\CoreFramework\Request\Requestable;
 use Org\Mxchange\CoreFramework\Response\Responseable;
@@ -68,7 +69,7 @@ class ???Action extends BaseCityAction implements Commandable, Registerable {
                parent::execute($requestInstance, $responseInstance);
 
                // Add your code here
-               $this->partialStub("You have to implement me.");
+               DebugMiddleware::getSelfInstance()->partialStub("You have to implement me.");
        }
 
        /**