浏览代码

Ajout d'un use oublié

François Drouhard 5 年之前
父节点
当前提交
11c8a65209
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Controller/VideothequeController.php

+ 1 - 0
src/Controller/VideothequeController.php

@@ -11,6 +11,7 @@ use Symfony\Component\HttpFoundation\JsonResponse;
 use Symfony\Component\Routing\Annotation\Route;
 use Symfony\Component\HttpFoundation\Request;
 use App\Entity\Film;
+use App\Entity\Genre;
 use App\Form\CommentaireType;
 use App\Form\FilmType;
 use App\Service\CommentaireManager;