mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
debug do email to vt
This commit is contained in:
@@ -20,6 +20,7 @@ use App\Classes\Jobs\FetchPackingListFromVTPortalJob;
|
||||
use App\Classes\Jobs\FetchWarehouseReceiveListFromVTPortalJob;
|
||||
use Illuminate\Support\Facades\Auth;
|
||||
use Illuminate\Support\Facades\File;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
use Illuminate\Support\Facades\Mail;
|
||||
use Illuminate\Support\Facades\Storage;
|
||||
use ZipArchive;
|
||||
@@ -90,7 +91,7 @@ class EmailDoToVTCommand extends Command
|
||||
// });
|
||||
|
||||
File::delete($attachment);
|
||||
log('sent');
|
||||
Log::debug('sent successfully');
|
||||
echo 'success';
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user