mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 20:34:36 -04:00
small fixes
This commit is contained in:
parent
fc4426cecf
commit
385b51fa6a
@ -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;
|
||||||
// $this->disk = $disk ?? config('filesystems.default');
|
// $this->disk = $disk ?? config('filesystems.default');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user