Skip to content

Commit

Permalink
Attribute::make
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Apr 18, 2023
1 parent b550fb4 commit d4e6699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Place.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Place extends Base

protected function thumb(): Attribute
{
return new Attribute(
return Attribute::make(
get: fn () => $this->present()->image(null, 54),
);
}
Expand Down

0 comments on commit d4e6699

Please sign in to comment.