Commit d593aa110a9fdfbd0d6dbe88a3618d447dbd56ba
1 parent
839ed7c797
Exists in
master
AscensoType mejorado en errores y quitar lo que no se utiliza
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
src/AppBundle/Form/AscensoType.php
... | ... | @@ -15,14 +15,12 @@ use Symfony\Component\Validator\Constraints\NotBlank; |
15 | 15 | use Symfony\Component\Form\AbstractType; |
16 | 16 | use Symfony\Component\Form\FormBuilderInterface; |
17 | 17 | use Symfony\Component\Form\Extension\Core\Type\TextType; |
18 | -use Symfony\Component\Form\Extension\Core\Type\ButtonType; | |
19 | 18 | use Symfony\Component\Form\Extension\Core\Type\CheckboxType; |
20 | 19 | use Symfony\Component\Form\Extension\Core\Type\FileType; |
21 | 20 | use Symfony\Component\Form\Extension\Core\Type\SubmitType; |
22 | 21 | use Symfony\Component\Form\Extension\Core\Type\ChoiceType; |
23 | 22 | |
24 | 23 | use Symfony\Bridge\Doctrine\Form\Type\EntityType; |
25 | -use Doctrine\ORM\EntityRepository; | |
26 | 24 | |
27 | 25 | class AscensoType extends AbstractType |
28 | 26 | { | ... | ... |