Skip to content

Commit

Permalink
Move User panel to Settings (#1926)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Justesen <[email protected]>
  • Loading branch information
svenvg93 and alexjustesen authored Dec 15, 2024
1 parent ae0bf56 commit 165e132
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Filament/Resources/UserResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ class UserResource extends Resource

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

protected static ?string $navigationGroup = 'Settings';

protected static ?int $navigationSort = 4;

public static function form(Form $form): Form
{
return $form
Expand Down

0 comments on commit 165e132

Please sign in to comment.