]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Form/Type/RssType.php
Add tests
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Form / Type / RssType.php
index 5edb38ba76cf8b4c9b101899984bbca5a4b8a21b..a1ab990f2f45fe6c3f682c328dbd50d7f0eb3af1 100644 (file)
@@ -10,7 +10,7 @@ class RssType extends AbstractType
     public function buildForm(FormBuilderInterface $builder, array $options)
     {
         $builder
-            ->add('rss_limit', 'text')
+            ->add('rss_limit')
             ->add('save', 'submit')
         ;
     }