File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed
Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments