1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Merge pull request #6226 from turbo124/v5-develop

small fixes
This commit is contained in:
David Bomba 2021-07-07 18:52:07 +10:00 committed by GitHub
commit 6e4c4fb458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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');
}