]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/mailer/class_
Continued:
[core.git] / framework / main / classes / mailer / class_
index ab5ed827e742942caf2d6aee7fec7aeee14eacda..55b566a36e5019c2de8461a7842f579ccb105f8f 100644 (file)
@@ -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.");
        }
 
 }