diff --git a/app/Classes/Modules/Bookings/ControllersLogic/DownloadBookingDocumentLogic.php b/app/Classes/Modules/Bookings/ControllersLogic/DownloadBookingDocumentLogic.php index 842ba7ac..ca240cf3 100644 --- a/app/Classes/Modules/Bookings/ControllersLogic/DownloadBookingDocumentLogic.php +++ b/app/Classes/Modules/Bookings/ControllersLogic/DownloadBookingDocumentLogic.php @@ -51,8 +51,8 @@ class DownloadBookingDocumentLogic exit("Error creating ZIP file"); }; - Storage::download($attachment); - +// Storage::download($attachment); + File::get($attachment); File::delete($attachment);