download billing documents

This commit is contained in:
omair saleh
2022-03-02 03:37:46 +08:00
parent 03941707fe
commit 3d92c0915f
@@ -66,8 +66,7 @@ class DownloadBookingDocumentLogic
}
$zip->close();
dd(File::exists($attachment));
return Storage::download($attachment);
return Storage::exists($attachment);
File::delete($attachment);
exit;