Move role resource under the advanced settings (#847)

This commit is contained in:
Lance Pioch 2024-12-29 18:15:25 -05:00 committed by GitHub
parent 1571e3cb24
commit 9a859cdec3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,8 @@ class RoleResource extends Resource
protected static ?string $navigationIcon = 'tabler-users-group'; protected static ?string $navigationIcon = 'tabler-users-group';
protected static ?string $navigationGroup = 'Advanced';
protected static ?string $recordTitleAttribute = 'name'; protected static ?string $recordTitleAttribute = 'name';
public static function getNavigationBadge(): ?string public static function getNavigationBadge(): ?string