]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Form/Type/NewEntryType.php
Add basic title edition
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Form / Type / NewEntryType.php
similarity index 94%
rename from src/Wallabag/CoreBundle/Form/Type/EntryType.php
rename to src/Wallabag/CoreBundle/Form/Type/NewEntryType.php
index 0532bf104e8523d295a098034a9c18325d53ae20..a2d203eac37302e10b331e1efe9913ac888e827a 100644 (file)
@@ -6,7 +6,7 @@ use Symfony\Component\Form\AbstractType;
 use Symfony\Component\Form\FormBuilderInterface;
 use Symfony\Component\OptionsResolver\OptionsResolverInterface;
 
-class EntryType extends AbstractType
+class NewEntryType extends AbstractType
 {
     public function buildForm(FormBuilderInterface $builder, array $options)
     {