From 5fc836c0ead4158441a9657c9315f068dcf1a957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20Ioni=C8=9B=C4=83?= Date: Fri, 24 Nov 2023 14:20:54 +0000 Subject: [PATCH] fix: remove logo getter (#133) --- app/Models/Organisation.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/Models/Organisation.php b/app/Models/Organisation.php index 04f96e0..2fe30b4 100644 --- a/app/Models/Organisation.php +++ b/app/Models/Organisation.php @@ -189,11 +189,6 @@ public function toggleStatus(): bool : $this->setInActive(); } - public function getLogoAttribute(): string - { - return $this->getFirstMediaUrl(conversionName: 'thumb'); - } - public function routeNotificationForMail(?Notification $notification = null): string { return data_get($this->contact_person, ['email'], $this->email);