mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
download billing documents
This commit is contained in:
@@ -67,7 +67,7 @@ class DownloadBookingDocumentLogic
|
||||
|
||||
$zip->close();
|
||||
|
||||
dd(Storage::disk('documents')->exists($attachment));
|
||||
dd(Storage::exists($attachment));
|
||||
return Storage::download($attachment);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user