aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form/Type/UserInformationType.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-04-15 17:19:37 +0200
committerThomas Citharel <tcit@tcit.fr>2015-04-15 17:19:37 +0200
commitc7d3bf1671fbd2f69d58394e6478e7c532f1f6e4 (patch)
treea5a2186fb51bd2bf999c58606f3e42510eb4200d /src/Wallabag/CoreBundle/Form/Type/UserInformationType.php
parent4d6e818e406417295298e76529ef761ddd8b1385 (diff)
downloadwallabag-c7d3bf1671fbd2f69d58394e6478e7c532f1f6e4.tar.gz
wallabag-c7d3bf1671fbd2f69d58394e6478e7c532f1f6e4.tar.zst
wallabag-c7d3bf1671fbd2f69d58394e6478e7c532f1f6e4.zip
name not required
Diffstat (limited to 'src/Wallabag/CoreBundle/Form/Type/UserInformationType.php')
-rw-r--r--src/Wallabag/CoreBundle/Form/Type/UserInformationType.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Form/Type/UserInformationType.php b/src/Wallabag/CoreBundle/Form/Type/UserInformationType.php
index 8fead9a1..3d6df510 100644
--- a/src/Wallabag/CoreBundle/Form/Type/UserInformationType.php
+++ b/src/Wallabag/CoreBundle/Form/Type/UserInformationType.php
@@ -10,7 +10,7 @@ class UserInformationType extends AbstractType
10 public function buildForm(FormBuilderInterface $builder, array $options) 10 public function buildForm(FormBuilderInterface $builder, array $options)
11 { 11 {
12 $builder 12 $builder
13 ->add('name', 'text', array('required' => true)) 13 ->add('name', 'text')
14 ->add('email', 'email') 14 ->add('email', 'email')
15 ->add('save', 'submit') 15 ->add('save', 'submit')
16 ; 16 ;