From eb2fbbc67ef5fc47fcac0c18c7011ed2d163af37 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Tue, 29 Sep 2020 16:01:26 +0800 Subject: [PATCH] send email to notify customer about china bankslip and instruction to upload po --- app/Notifications/UploadPo.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/Notifications/UploadPo.php b/app/Notifications/UploadPo.php index 043bb893..0cbb39a6 100644 --- a/app/Notifications/UploadPo.php +++ b/app/Notifications/UploadPo.php @@ -22,6 +22,11 @@ class UploadPo extends Notification $this->booking = $booking; } + public function via() + { + return 'mail'; + } + /** * Build the mail representation of the notification.