mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Change info() to nlog()
This commit is contained in:
parent
f267408029
commit
40c5392aa0
@ -158,11 +158,11 @@ class CreateEntityPdf implements ShouldQueue
|
||||
}
|
||||
|
||||
if (config('ninja.log_pdf_html')) {
|
||||
nlog($maker->getCompiledHTML());
|
||||
info($maker->getCompiledHTML());
|
||||
}
|
||||
|
||||
if ($pdf) {
|
||||
$instance = Storage::disk($this->disk)->put($file_path, $pdf);
|
||||
Storage::disk($this->disk)->put($file_path, $pdf);
|
||||
}
|
||||
|
||||
return $file_path;
|
||||
|
Loading…
Reference in New Issue
Block a user