format documents

This commit is contained in:
David Bomba 2023-08-17 09:07:49 +10:00
parent 44956ce6b8
commit f10c880ffb

View File

@ -84,7 +84,7 @@ class ZipInvoices implements ShouldQueue
} }
$file = $invoice->service()->getRawInvoicePdf(); $file = $invoice->service()->getRawInvoicePdf();
$zip_file_name = $invoice->getFileName(); $zip_file_name = $invoice->getFileName();
$zipFile->addFromString($zip_file_name, $file); $zipFile->addFromString($zip_file_name, $file);
} }