@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Doctrine\ORM\EntityManager; |
| 6 | 6 | use KI\PonthubBundle\Entity\Episode; |
| 7 | 7 | use KI\PonthubBundle\Entity\Game; |
| 8 | -use KI\PonthubBundle\Entity\Genre; |
|
| 9 | 8 | use KI\PonthubBundle\Entity\Movie; |
| 10 | 9 | use KI\PonthubBundle\Entity\Other; |
| 11 | 10 | use KI\PonthubBundle\Entity\Serie; |
@@ -4,8 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\Mapping as ORM; |
| 6 | 6 | use JMS\Serializer\Annotation as JMS; |
| 7 | -use Symfony\Component\HttpFoundation\File\UploadedFile; |
|
| 8 | - |
|
| 9 | 7 | use Symfony\Component\Validator\Constraints as Assert; |
| 10 | 8 | |
| 11 | 9 | /** |