Skip to content

Commit

Permalink
Merge pull request #442 from art-institute-of-chicago/fix/ifs-slug-bug
Browse files Browse the repository at this point in the history
Fix interactive features slug bug [WEB-2886]
  • Loading branch information
web-dev-trev committed Jul 3, 2024
1 parent 950322a commit 3928a84
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/Models/Experience.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,6 @@ public function getTitleSlugAttribute()
return StringHelpers::getUtf8Slug($this->title);
}

public function getTitleSlugAttribute()
{
return StringHelpers::getUtf8Slug($this->title);
}

public $mediasParams = [
'thumbnail' => [
'default' => [
Expand Down

0 comments on commit 3928a84

Please sign in to comment.