mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
commit
156647a2ba
@ -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…
x
Reference in New Issue
Block a user