feat: usr roles and soft deletes and filament
This commit is contained in:
@@ -19,6 +19,11 @@ return [
|
||||
'other' => 'Other',
|
||||
'unknown' => 'Not specified',
|
||||
],
|
||||
'user_role' => [
|
||||
'user' => 'User',
|
||||
'admin' => 'Administrator',
|
||||
'moderator' => 'Moderator',
|
||||
],
|
||||
'weight_goal' => [
|
||||
'lose_weight' => 'Lose weight',
|
||||
'maintain_weight' => 'Maintain weight',
|
||||
|
||||
Reference in New Issue
Block a user