@@ -10,7 +10,6 @@ |
||
10 | 10 | use Symfony\Component\Form\FormEvent; |
11 | 11 | use Symfony\Component\Form\FormEvents; |
12 | 12 | use Symfony\Component\Validator\Constraints\Email; |
13 | -use Symfony\Component\Validator\Constraints\Url; |
|
14 | 13 | |
15 | 14 | class URLChooserFormSubscriber implements EventSubscriberInterface |
16 | 15 | { |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use Symfony\Component\Form\FormEvent; |
10 | 10 | use Symfony\Component\Form\FormEvents; |
11 | 11 | use Symfony\Component\Validator\Constraints\Email; |
12 | -use Symfony\Component\Validator\Constraints\Url; |
|
13 | 12 | |
14 | 13 | /** |
15 | 14 | * Class URLChooserLinkTypeSubscriber |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Kunstmaan\MediaBundle\Helper\File\FileHandler; |
8 | 8 | use Kunstmaan\MediaBundle\Helper\MimeTypeGuesserFactoryInterface; |
9 | 9 | use Symfony\Component\HttpFoundation\File\File; |
10 | -use Symfony\Component\Mime\MimeTypes; |
|
11 | 10 | use Symfony\Component\Mime\MimeTypesInterface; |
12 | 11 | |
13 | 12 | /** |