From 91fe1ed1cf07003f734f1e99881dd7b697ffb967 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Tue, 29 Sep 2020 15:32:09 +0800 Subject: [PATCH] send email to notify customer about china bankslip and instruction to upload po --- app/Notifications/UploadPo.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Notifications/UploadPo.php b/app/Notifications/UploadPo.php index 5af7073c..c787dbca 100644 --- a/app/Notifications/UploadPo.php +++ b/app/Notifications/UploadPo.php @@ -5,6 +5,7 @@ namespace App\Notifications; use App\Booking; use Illuminate\Notifications\Messages\MailMessage; use Illuminate\Notifications\Notification; +use Illuminate\Support\Facades\Storage; class UploadPo extends Notification {