download billing documents

This commit is contained in:
omair saleh
2022-03-02 03:29:09 +08:00
parent 5c8a821d26
commit 9270c9c9cd
@@ -67,7 +67,7 @@ class DownloadBookingDocumentLogic
$zip->close();
dd(Storage::disk('documents')->exists($attachment));
dd(Storage::exists($attachment));
return Storage::download($attachment);
}