Change info() to nlog()
This commit is contained in:
parent
f267408029
commit
40c5392aa0
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue