Skip to content

Commit d2a4cd8

Browse files
committed
Update ProjectCategory.php
1 parent 0f761dd commit d2a4cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/ProjectCategory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function allForSelect(): array
5151

5252
protected function thumb(): Attribute
5353
{
54-
return new Attribute(
54+
return Attribute::make(
5555
get: fn () => $this->present()->image(null, 54),
5656
);
5757
}

0 commit comments

Comments
 (0)