name not required
This commit is contained in:
parent
4d6e818e40
commit
c7d3bf1671
@ -10,7 +10,7 @@ class UserInformationType extends AbstractType
|
||||
public function buildForm(FormBuilderInterface $builder, array $options)
|
||||
{
|
||||
$builder
|
||||
->add('name', 'text', array('required' => true))
|
||||
->add('name', 'text')
|
||||
->add('email', 'email')
|
||||
->add('save', 'submit')
|
||||
;
|
||||
|
Loading…
x
Reference in New Issue
Block a user