From 385b51fa6a25ebf6acbcaa2d5829c1777f857253 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 7 Jul 2021 18:51:53 +1000 Subject: [PATCH] small fixes --- app/Jobs/Entity/CreateEntityPdf.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Jobs/Entity/CreateEntityPdf.php b/app/Jobs/Entity/CreateEntityPdf.php index 29fae7e9d9ed..4e2fc4967077 100644 --- a/app/Jobs/Entity/CreateEntityPdf.php +++ b/app/Jobs/Entity/CreateEntityPdf.php @@ -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'); }