Skip to content

Commit 85a2520

Browse files
committed
Update Slide.php
1 parent eeb8f2a commit 85a2520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Slide.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Slide extends Base implements Sortable
3838

3939
protected function thumb(): Attribute
4040
{
41-
return new Attribute(
41+
return Attribute::make(
4242
get: fn () => $this->present()->image(null, 54),
4343
);
4444
}

0 commit comments

Comments
 (0)