Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and github-actions[bot] committed Mar 8, 2025
1 parent a9e85a3 commit a5a505b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MenuItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ protected function resolveFiller(MenuFillerContract $filler): void
$this->setUrl(static fn (): string => $filler->getUrl());

$icon = $this->getCore()->getAttributes()->get(
default: fn(): ?string => Attributes::for($filler, Icon::class)->first('icon'),
default: fn (): ?string => Attributes::for($filler, Icon::class)->first('icon'),
target: $filler::class,
attribute: Icon::class,
column: [0 => 'icon']
Expand Down

0 comments on commit a5a505b

Please sign in to comment.