@@ -5,7 +5,6 @@ |
||
5 | 5 | use Doctrine\ORM\Mapping as ORM; |
6 | 6 | use MediaMonks\SonataMediaBundle\Model\MediaInterface; |
7 | 7 | use MediaMonks\SonataMediaBundle\Model\MediaTrait; |
8 | -use Symfony\Component\Validator\Constraints as Assert; |
|
9 | 8 | |
10 | 9 | /** |
11 | 10 | * @ORM\Entity(repositoryClass="MediaRepository") |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Symfony\Component\HttpFoundation\RedirectResponse; |
7 | 7 | use Symfony\Component\HttpFoundation\Request; |
8 | 8 | use Symfony\Component\HttpKernel\Exception\BadRequestHttpException; |
9 | -use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
|
10 | 9 | use Symfony\Component\HttpKernel\Exception\ServiceUnavailableHttpException; |
11 | 10 | |
12 | 11 | class Controller |