Skip to content

Commit cd5e657

Browse files
committed
Update README.md
1 parent 0410b04 commit cd5e657

2 files changed

Lines changed: 0 additions & 19 deletions

File tree

config/user-device.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,6 @@
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

src/Resources/UserDeviceResource.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)