Quellcode durchsuchen

Ajout d'un use oublié

François Drouhard vor 5 Jahren
Ursprung
Commit
11c8a65209
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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;