Skip to content

Commit b8d2491

Browse files
committed
Update Place.php
1 parent 786dffb commit b8d2491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Place.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function url($locale = null): string
4545

4646
protected function thumb(): Attribute
4747
{
48-
return new Attribute(
48+
return Attribute::make(
4949
get: fn () => $this->present()->image(null, 54),
5050
);
5151
}

0 commit comments

Comments
 (0)