diff --git a/src/AppBundle/Form/AscensoType.php b/src/AppBundle/Form/AscensoType.php index 1f942ed..b4ecb37 100644 --- a/src/AppBundle/Form/AscensoType.php +++ b/src/AppBundle/Form/AscensoType.php @@ -15,14 +15,12 @@ use Symfony\Component\Validator\Constraints\NotBlank; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\Form\Extension\Core\Type\TextType; -use Symfony\Component\Form\Extension\Core\Type\ButtonType; use Symfony\Component\Form\Extension\Core\Type\CheckboxType; use Symfony\Component\Form\Extension\Core\Type\FileType; use Symfony\Component\Form\Extension\Core\Type\SubmitType; use Symfony\Component\Form\Extension\Core\Type\ChoiceType; use Symfony\Bridge\Doctrine\Form\Type\EntityType; -use Doctrine\ORM\EntityRepository; class AscensoType extends AbstractType {