Merge pull request #6223 from turbo124/v5-develop

Logging for PDFs
This commit is contained in:
David Bomba 2021-07-07 18:20:30 +10:00 committed by GitHub
commit 156647a2ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);