download billing documents

This commit is contained in:
omair saleh
2022-03-02 04:03:17 +08:00
parent 5634a99643
commit 44388968dc
@@ -51,7 +51,7 @@ class DownloadBookingDocumentLogic
exit("Error creating ZIP file");
};
Storage::download('documents/collections/' . $zip_file);
Storage::download($attachment);
File::delete($attachment);