X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Fmailer%2Fclass_;h=55b566a36e5019c2de8461a7842f579ccb105f8f;hp=ab5ed827e742942caf2d6aee7fec7aeee14eacda;hb=f861d6bc00f8a3ecf6b057f2aa93129572643896;hpb=f215b49d9fd8ad0559655639d5333e2ea47f4939 diff --git a/framework/main/classes/mailer/class_ b/framework/main/classes/mailer/class_ index ab5ed827..55b566a3 100644 --- a/framework/main/classes/mailer/class_ +++ b/framework/main/classes/mailer/class_ @@ -5,6 +5,7 @@ namespace Org\Mxchange\CoreFramework\Mailer\!!!; // Import framwork stuff use Org\Mxchange\CoreFramework\Mailer\BaseMailer; use Org\Mxchange\CoreFramework\Mailer\DeliverableMail; +use Org\Mxchange\CoreFramework\Middleware\Debug\DebugMiddleware; /** * A ??? mailer class @@ -59,7 +60,7 @@ class ???Mailer extends BaseMailer implements DeliverableMail { * @todo 0% done */ public function deliverEmail() { - $this->partialStub("You have to implement this method."); + DebugMiddleware::getSelfInstance()->partialStub("You have to implement this method."); } /** @@ -69,7 +70,7 @@ class ???Mailer extends BaseMailer implements DeliverableMail { * @todo 0% done */ public function sendAdminNotification() { - $this->partialStub("You have to implement this method."); + DebugMiddleware::getSelfInstance()->partialStub("You have to implement this method."); } }