wip(Member & memberships sections)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m29s
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m29s
This commit is contained in:
@@ -46,4 +46,13 @@ class UserResource extends Resource
|
||||
'edit' => EditUser::route('/{record}/edit'),
|
||||
];
|
||||
}
|
||||
|
||||
public static function getModelLabel(): string
|
||||
{
|
||||
return User::getAttributeLabel('user');
|
||||
}
|
||||
public static function getPluralModelLabel(): string
|
||||
{
|
||||
return User::getAttributeLabel('users');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user