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 eeb8f2a commit 85a2520Copy full SHA for 85a2520
src/Models/Slide.php
@@ -38,7 +38,7 @@ class Slide extends Base implements Sortable
38
39
protected function thumb(): Attribute
40
{
41
- return new Attribute(
+ return Attribute::make(
42
get: fn () => $this->present()->image(null, 54),
43
);
44
}
0 commit comments