add command for sending do to vt

This commit is contained in:
omair saleh
2021-11-25 01:04:07 +08:00
parent be8af08f67
commit 2ff944f460
+1 -1
View File
@@ -76,7 +76,7 @@ class EmailDoToVTCommand extends Command
echo 'Could not add file to ZIP: ' . $file;
}
}
dd($zip);
$zip->close();
$attachment = storage_path().'/'.$zip_file;