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,14 +15,12 @@ use Symfony\Component\Validator\Constraints\NotBlank; | ||
| 15 | use Symfony\Component\Form\AbstractType; | 15 | use Symfony\Component\Form\AbstractType; |
| 16 | use Symfony\Component\Form\FormBuilderInterface; | 16 | use Symfony\Component\Form\FormBuilderInterface; |
| 17 | use Symfony\Component\Form\Extension\Core\Type\TextType; | 17 | use Symfony\Component\Form\Extension\Core\Type\TextType; |
| 18 | -use Symfony\Component\Form\Extension\Core\Type\ButtonType; | ||
| 19 | use Symfony\Component\Form\Extension\Core\Type\CheckboxType; | 18 | use Symfony\Component\Form\Extension\Core\Type\CheckboxType; |
| 20 | use Symfony\Component\Form\Extension\Core\Type\FileType; | 19 | use Symfony\Component\Form\Extension\Core\Type\FileType; |
| 21 | use Symfony\Component\Form\Extension\Core\Type\SubmitType; | 20 | use Symfony\Component\Form\Extension\Core\Type\SubmitType; |
| 22 | use Symfony\Component\Form\Extension\Core\Type\ChoiceType; | 21 | use Symfony\Component\Form\Extension\Core\Type\ChoiceType; |
| 23 | 22 | ||
| 24 | use Symfony\Bridge\Doctrine\Form\Type\EntityType; | 23 | use Symfony\Bridge\Doctrine\Form\Type\EntityType; |
| 25 | -use Doctrine\ORM\EntityRepository; | ||
| 26 | 24 | ||
| 27 | class AscensoType extends AbstractType | 25 | class AscensoType extends AbstractType |
| 28 | { | 26 | { |