X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=application%2Fcity%2Fclasses%2Ffilter%2Fbootstrap%2Fcity_daemon%2Fclass_CityDaemonBootstrap;fp=application%2Fcity%2Fclasses%2Ffilter%2Fbootstrap%2Fcity_daemon%2Fclass_CityDaemonBootstrap;h=f3b41ec388be5b4c64d92fb3f5a9c39ea75ef300;hb=c9f10d588a76dc68f9d293e69548ba740119b8a2;hp=ca6046261967df9d083c805c49c1d70d3763550f;hpb=6db31fd63e45d25d89bf0b9da02011bac3a0a9e9;p=city.git diff --git a/application/city/classes/filter/bootstrap/city_daemon/class_CityDaemonBootstrap b/application/city/classes/filter/bootstrap/city_daemon/class_CityDaemonBootstrap index ca60462..f3b41ec 100644 --- a/application/city/classes/filter/bootstrap/city_daemon/class_CityDaemonBootstrap +++ b/application/city/classes/filter/bootstrap/city_daemon/class_CityDaemonBootstrap @@ -8,6 +8,7 @@ use Org\Mxchange\City\Filter\BaseCityFilter; // Import framework stuff use Org\Mxchange\CoreFramework\Filter\Filterable; +use Org\Mxchange\CoreFramework\Middleware\Debug\DebugMiddleware; use Org\Mxchange\CoreFramework\Request\Requestable; use Org\Mxchange\CoreFramework\Response\Responseable; @@ -70,6 +71,6 @@ class CityDaemonBootstrap???Filter extends BaseCityFilter implements Filterable $cityInstance = CityDaemonFactory::createCityDaemonInstance($requestInstance, $responseInstance); // Now do something - $this->partialStub('Please implement this step.'); + DebugMiddleware::getSelfInstance()->partialStub('Please implement this step.'); } }