File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575
7676 'navigation_group ' => 'trans//core::user.users ' ,
7777
78- /*
79- |--------------------------------------------------------------------------
80- | User Device - Navigation Sort
81- |--------------------------------------------------------------------------
82- |
83- | This values are the sort order of the navigation items in the
84- | Filament Admin Panel. If you use a bunch of Moox
85- | plugins, everything should be in order.
86- |
87- */
88-
89- 'navigation_sort ' => 6300 ,
90-
9178 /*
9279 |--------------------------------------------------------------------------
9380 | User Models
Original file line number Diff line number Diff line change @@ -185,10 +185,4 @@ public static function getNavigationGroup(): ?string
185185 {
186186 return config ('user-device.navigation_group ' );
187187 }
188-
189- #[Override]
190- public static function getNavigationSort (): ?int
191- {
192- return config ('user-device.navigation_sort ' ) + 2 ;
193- }
194188}
You can’t perform that action at this time.
0 commit comments