mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
send missing dos to vt
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user