1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Clean up for pdfmocks

This commit is contained in:
David Bomba 2023-02-25 15:55:46 +11:00
parent dda03f51ca
commit 2d9c884b00

View File

@ -72,7 +72,7 @@ class PdfMock
$pdf_service->builder = $pdf_builder;
$html = $pdf_service->getHtml();
nlog($html);
return $pdf_service->resolvePdfEngine($html);
}