1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

small fixes

This commit is contained in:
David Bomba 2021-07-07 18:51:53 +10:00
parent fc4426cecf
commit 385b51fa6a

View File

@ -86,8 +86,8 @@ class CreateEntityPdf implements ShouldQueue
$this->contact = $invitation->contact;
$this->disk = Ninja::isHosted() ? config('filesystems.default') : $disk;
//$this->disk = $disk;
//$this->disk = Ninja::isHosted() ? config('filesystems.default') : $disk;
$this->disk = $disk;
// $this->disk = $disk ?? config('filesystems.default');
}