relations manager für contracts
This commit is contained in:
@@ -21,7 +21,8 @@ class UserForm
|
||||
DateTimePicker::make('email_verified_at'),
|
||||
TextInput::make('password')
|
||||
->password()
|
||||
->required(),
|
||||
->required()
|
||||
->visibleOn('create'),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user