feat(user): add recordTitleAttribute in resource

This commit is contained in:
Yoga Pangestu 2026-02-09 10:46:11 +07:00
parent a97c4d9f2d
commit 02070f3d5f

View File

@ -44,6 +44,8 @@ class UserResource extends Resource
protected static ?int $navigationSort = 8;
protected static ?string $recordTitleAttribute = 'name';
protected static ?string $slug = 'master/users';
public static function form(Schema $schema): Schema