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