We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786dffb commit b8d2491Copy full SHA for b8d2491
src/Models/Place.php
@@ -45,7 +45,7 @@ public function url($locale = null): string
45
46
protected function thumb(): Attribute
47
{
48
- return new Attribute(
+ return Attribute::make(
49
get: fn () => $this->present()->image(null, 54),
50
);
51
}
0 commit comments