From 5d0c9aa3e87cd21b6797ec68fb4fdfa91173a3aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 28 Dec 2020 08:37:32 +0100 Subject: [PATCH] Cleanup --- Form/ApplicationType.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Form/ApplicationType.php b/Form/ApplicationType.php index 8778fe9..52356f1 100644 --- a/Form/ApplicationType.php +++ b/Form/ApplicationType.php @@ -8,7 +8,6 @@ use Symfony\Component\OptionsResolver\OptionsResolver; use Symfony\Bridge\Doctrine\Form\Type\EntityType; use Symfony\Component\Form\Extension\Core\Type\ChoiceType; use Symfony\Component\Form\Extension\Core\Type\DateType; -use Symfony\Component\Form\Extension\Core\Type\HiddenType; use Symfony\Component\Form\Extension\Core\Type\SubmitType; use Symfony\Component\Validator\Constraints\Date; use Symfony\Component\Validator\Constraints\NotBlank; -- 2.41.0