✨ fix user form
This commit is contained in:
parent
a71184f9f1
commit
3eda535868
@ -20,7 +20,7 @@ class UserAdminType extends AbstractType
|
|||||||
public function buildForm(FormBuilderInterface $builder, array $options): void
|
public function buildForm(FormBuilderInterface $builder, array $options): void
|
||||||
{
|
{
|
||||||
$builder
|
$builder
|
||||||
->add('fullname', EmailType::class, [
|
->add('fullname', null, [
|
||||||
'label' => 'Nom complet',
|
'label' => 'Nom complet',
|
||||||
])
|
])
|
||||||
->add('email', EmailType::class, [
|
->add('email', EmailType::class, [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user