mirror of
https://github.com/wallabag/wallabag.git
synced 2025-04-05 01:29:38 +00:00
name not required
This commit is contained in:
parent
4d6e818e40
commit
c7d3bf1671
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue