Skip to content

Commit 175035a

Browse files
committed
Update Event.php
1 parent 61cb8ff commit 175035a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Event.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function adjacent($direction, $model, $category_id = null, array $with =
104104

105105
protected function thumb(): Attribute
106106
{
107-
return new Attribute(
107+
return Attribute::make(
108108
get: fn () => $this->present()->image(null, 54)
109109
);
110110
}

0 commit comments

Comments
 (0)