Improvement for Uploading of receipts
This commit is contained in:
@@ -60,7 +60,7 @@ class CreateInvoiceReceiptCommand {
|
||||
storage_path('app/private/' .$filename) . '.zip',
|
||||
ZipArchive::CREATE | ZipArchive::OVERWRITE
|
||||
);
|
||||
|
||||
dd($receipt);
|
||||
$zip->addFile(storage_path('app/private/' . $tmpFileName ), 'antrag.pdf');
|
||||
$zip->addFile(storage_path('app/private/' . $receipt), 'beleg.pdf');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user