@@ -11,7 +11,6 @@ |
||
11 | 11 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
12 | 12 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
13 | 13 | use Symfony\Component\Form\Extension\Core\Type\SubmitType; |
14 | -use Symfony\Component\HttpFoundation\RedirectResponse; |
|
15 | 14 | use Symfony\Component\HttpFoundation\Request; |
16 | 15 | |
17 | 16 | /** |
@@ -3,8 +3,6 @@ |
||
3 | 3 | namespace AppBundle\Form; |
4 | 4 | |
5 | 5 | use Symfony\Component\Form\AbstractType; |
6 | -use Symfony\Component\Form\Extension\Core\Type\ButtonType; |
|
7 | -use Symfony\Component\Form\Extension\Core\Type\SubmitType; |
|
8 | 6 | use Symfony\Component\Form\Extension\Core\Type\ChoiceType; |
9 | 7 | use Symfony\Component\Form\FormBuilderInterface; |
10 | 8 | use Symfony\Component\OptionsResolver\OptionsResolver; |