mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fixes for pdf emailing
This commit is contained in:
parent
b372179268
commit
fdc29e18d3
@ -86,8 +86,8 @@ class CreateEntityPdf implements ShouldQueue
|
|||||||
|
|
||||||
$this->contact = $invitation->contact;
|
$this->contact = $invitation->contact;
|
||||||
|
|
||||||
$this->disk = Ninja::isHosted() ? config('filesystems.default') : $disk;
|
//$this->disk = Ninja::isHosted() ? config('filesystems.default') : $disk;
|
||||||
|
$this->disk = $disk;
|
||||||
// $this->disk = $disk ?? config('filesystems.default');
|
// $this->disk = $disk ?? config('filesystems.default');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user