Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjude authored and github-actions[bot] committed Sep 25, 2024
1 parent c2a8051 commit bbc0a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/HasGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function navigationGroup(Closure | bool $condition = true, string $label
/**
* @deprecated since v3.1.2
*/
public function groupNavigation(Closure|bool $condition = true, string $label = 'Debuggers'): static
public function groupNavigation(Closure | bool $condition = true, string $label = 'Debuggers'): static
{
$this->navigationGroup = $condition;

Expand Down

0 comments on commit bbc0a0f

Please sign in to comment.