mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-09-02 03:13:57 +00:00
Laravel Vapor - typo fix + commented unnecessary code
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user