Laravel Vapor - typo fix + commented unnecessary code

This commit is contained in:
Dillon Ngo
2024-05-21 11:10:21 +08:00
parent 922da91e2c
commit c202f1bbc2
2 changed files with 8 additions and 8 deletions
@@ -80,7 +80,7 @@ class DownloadBookingDocumentLogic
}
$zip->close();
$filePathForS3 = 'collections/'.$zip_file;
$filePathForS3 = 'documents/collections/'.$zip_file;
Storage::disk('s3')->put($filePathForS3, file_get_contents($attachment));
Log::info('DownloadBookingDocumentLogic finished processing files to zip count: '.count($bookings));