Skip to content

Commit

Permalink
Merge branch 'main' of github.com:stephenjude/filament-debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjude committed Sep 25, 2024
2 parents fd1d7be + 7aa8d97 commit 158a694
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `filament-debugger` will be documented in this file.

## 3.1.2 - 2024-09-25

- Renamed `groupNavigation` to `navigationGroup` and deprecate the former.
- Updated readme file.

## 3.1.1 - 2024-09-22

- Fixed issue #32
Expand Down
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 158a694

Please sign in to comment.