Skip to content

Commit

Permalink
fixes icon in resource
Browse files Browse the repository at this point in the history
  • Loading branch information
aocneanu committed May 6, 2024
1 parent d93ee3c commit 631b144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Resources/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function toArray($request)
return [
'id' => $this->id,
'name' => Str::title($this->name),
'icon' => $this->icon,
'icon' => $this->icon(),
'folder' => $this->folder,
'endpoint' => $this->endpoint,
'isBrowsable' => $this->is_browsable,
Expand Down

0 comments on commit 631b144

Please sign in to comment.