mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
fix vt do mail command
This commit is contained in:
@@ -56,7 +56,7 @@ class EmailDoToVTCommand extends Command
|
||||
$zip_file = 'do_'.Carbon::yesterday()->format('Y_m_d').'.zip';
|
||||
$attachment = storage_path().'/'.$zip_file;
|
||||
|
||||
$startDate = Carbon::parse('20-02-2022');
|
||||
$startDate = Carbon::yesterday();
|
||||
$endDate = Carbon::yesterday();
|
||||
|
||||
$zip = new ZipArchive();
|
||||
|
||||
Reference in New Issue
Block a user