mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
admin add claim
This commit is contained in:
@@ -21,9 +21,11 @@ class UserMedalResource extends Resource
|
||||
|
||||
protected static ?string $navigationGroup = 'User';
|
||||
|
||||
protected static ?int $navigationSort = 5;
|
||||
|
||||
protected static function getNavigationLabel(): string
|
||||
{
|
||||
return __('admin.sidebar.users_medal');
|
||||
return __('admin.sidebar.users_medals');
|
||||
}
|
||||
|
||||
public static function getBreadcrumb(): string
|
||||
|
||||
Reference in New Issue
Block a user