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 057f7b8 commit a1a2325Copy full SHA for a1a2325
src/Models/Thing.php
@@ -35,7 +35,7 @@ class Thing extends Base
35
36
protected function thumb(): Attribute
37
{
38
- return new Attribute(
+ return Attribute::make(
39
get: fn () => $this->present()->image(null, 54),
40
);
41
}
0 commit comments