send missing dos to vt

This commit is contained in:
omair saleh
2022-02-26 16:46:21 +08:00
parent 820a8a6eee
commit 5026da499d
@@ -51,6 +51,7 @@ class EmailDoToVTCommand extends Command
public function handle()
{
Log::info('success');
Auth::login(User::findOrFail(1));
$zip_file = 'do_'.Carbon::yesterday()->format('Y_m_d').'.zip';
$attachment = storage_path().'/'.$zip_file;