mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Add logging to Phantom JS
This commit is contained in:
parent
883c11f12b
commit
a20fcaf299
@ -193,6 +193,9 @@ class Phantom
|
||||
->build()
|
||||
->getCompiledHTML(true);
|
||||
|
||||
if (config('ninja.log_pdf_html')) {
|
||||
info($data['html']);
|
||||
}
|
||||
|
||||
return view('pdf.html', $data);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user