Skip to content

Commit 165e132

Browse files
Move User panel to Settings (#1926)
Co-authored-by: Alex Justesen <[email protected]>
1 parent ae0bf56 commit 165e132

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/Filament/Resources/UserResource.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ class UserResource extends Resource
1919

2020
protected static ?string $navigationIcon = 'heroicon-o-users';
2121

22+
protected static ?string $navigationGroup = 'Settings';
23+
24+
protected static ?int $navigationSort = 4;
25+
2226
public static function form(Form $form): Form
2327
{
2428
return $form

0 commit comments

Comments
 (0)