ListMemberGroups::route('/'), 'create' => CreateMemberGroup::route('/create'), 'edit' => EditMemberGroup::route('/{record}/edit'), ]; } public static function getModelLabel(): string { return MemberGroup::getAttributeLabel('group'); } public static function getPluralModelLabel(): string { return MemberGroup::getAttributeLabel('groups'); } }