Skip to content

Commit a1a2325

Browse files
committed
Update Thing.php
1 parent 057f7b8 commit a1a2325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Thing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Thing extends Base
3535

3636
protected function thumb(): Attribute
3737
{
38-
return new Attribute(
38+
return Attribute::make(
3939
get: fn () => $this->present()->image(null, 54),
4040
);
4141
}

0 commit comments

Comments
 (0)