Skip to content

Commit bbc0a0f

Browse files
stephenjudegithub-actions[bot]
authored andcommitted
Fix styling
1 parent c2a8051 commit bbc0a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/HasGroup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function navigationGroup(Closure | bool $condition = true, string $label
2525
/**
2626
* @deprecated since v3.1.2
2727
*/
28-
public function groupNavigation(Closure|bool $condition = true, string $label = 'Debuggers'): static
28+
public function groupNavigation(Closure | bool $condition = true, string $label = 'Debuggers'): static
2929
{
3030
$this->navigationGroup = $condition;
3131

0 commit comments

Comments
 (0)