Logging for PDFs
This commit is contained in:
parent
80b292296f
commit
ee64b9234a
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ class CreateEntityPdf implements ShouldQueue
|
|||
|
||||
Storage::disk($this->disk)->put($file_path, $pdf);
|
||||
|
||||
$path = Storage::disk($this->disk)->put($file_path);
|
||||
$path = Storage::disk($this->disk)->path($file_path);
|
||||
$url = Storage::disk($this->disk)->url($file_path);
|
||||
|
||||
info($path);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue