Skip to content

Commit 7c4b411

Browse files
committed
Update README.md
1 parent 1f501b0 commit 7c4b411

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

config/security.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,6 @@
7676

7777
'navigation_group' => 'trans//core::user.users',
7878

79-
/*
80-
|--------------------------------------------------------------------------
81-
| Navigation Sort
82-
|--------------------------------------------------------------------------
83-
|
84-
| This values are the sort order of the navigation items in the
85-
| Filament Admin Panel. If you use a bunch of Moox
86-
| plugins, everything should be in order.
87-
|
88-
*/
89-
90-
'navigation_sort' => 6600,
91-
9279
/*
9380
|--------------------------------------------------------------------------
9481
| Auth guards

src/Resources/ResetPasswordResource.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,4 @@ public static function getNavigationGroup(): ?string
111111
{
112112
return config('security.navigation_group');
113113
}
114-
115-
#[Override]
116-
public static function getNavigationSort(): ?int
117-
{
118-
return config('security.navigation_sort') + 5;
119-
}
120114
}

0 commit comments

Comments
 (0)