Skip to content

Commit

Permalink
Update src/FilamentMenuBuilderPlugin.php
Browse files Browse the repository at this point in the history
Co-authored-by: Ngô Quốc Đạt <[email protected]>
  • Loading branch information
iRaziul and datlechin authored Dec 26, 2024
1 parent e26fede commit 1b3ba09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FilamentMenuBuilderPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public function navigationSort(int|Closure $order): static
return $this;
}

public function navigationCountBadge(bool $show): static
public function navigationCountBadge(bool $show = true): static
{
$this->navigationCountBadge = $show;

Expand Down

0 comments on commit 1b3ba09

Please sign in to comment.