@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use MediaMonks\SonataMediaBundle\Entity\Media; |
6 | 6 | use Sonata\AdminBundle\Form\FormMapper; |
7 | -use Symfony\Component\Validator\Constraints as Constraint; |
|
8 | 7 | |
9 | 8 | class FileProvider extends AbstractProvider |
10 | 9 | { |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Sonata\AdminBundle\Form\FormMapper; |
8 | 8 | use Symfony\Component\Form\Extension\Core\Type\TextType; |
9 | 9 | use Symfony\Component\HttpFoundation\Response; |
10 | -use Symfony\Component\Validator\Constraints as Constraint; |
|
11 | 10 | |
12 | 11 | class YouTubeProvider extends ImageProvider implements ProviderInterface |
13 | 12 | { |