Logging for PDFs

This commit is contained in:
David Bomba 2021-07-07 18:20:13 +10:00
parent 80b292296f
commit ee64b9234a

View File

@ -206,7 +206,7 @@ class CreateEntityPdf implements ShouldQueue
Storage::disk($this->disk)->put($file_path, $pdf); 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); $url = Storage::disk($this->disk)->url($file_path);
info($path); info($path);