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