Skip to content

Commit

Permalink
fix: remove logo getter (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Nov 24, 2023
1 parent e7a4ba1 commit 5fc836c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/Models/Organisation.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5fc836c

Please sign in to comment.