Skip to content

Commit c2a8051

Browse files
committed
Merge branch 'main' of github.com:stephenjude/filament-debugger
2 parents b57fece + fd2c102 commit c2a8051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Traits/HasGroup.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ trait HasGroup
99
{
1010
use EvaluatesClosures;
1111

12-
public Closure|bool $navigationGroup = true;
12+
public Closure | bool $navigationGroup = true;
1313

1414
public string $navigationGroupLabel = 'Debuggers';
1515

16-
public function navigationGroup(Closure|bool $condition = true, string $label = 'Debuggers'): static
16+
public function navigationGroup(Closure | bool $condition = true, string $label = 'Debuggers'): static
1717
{
1818
$this->navigationGroup = $condition;
1919

0 commit comments

Comments
 (0)