feat(user): add recordTitleAttribute in resource
This commit is contained in:
parent
a97c4d9f2d
commit
02070f3d5f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user