Skip to content

Commit 631b144

Browse files
committed
fixes icon in resource
1 parent d93ee3c commit 631b144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Resources/Type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function toArray($request)
1313
return [
1414
'id' => $this->id,
1515
'name' => Str::title($this->name),
16-
'icon' => $this->icon,
16+
'icon' => $this->icon(),
1717
'folder' => $this->folder,
1818
'endpoint' => $this->endpoint,
1919
'isBrowsable' => $this->is_browsable,

0 commit comments

Comments
 (0)