|
@@ -49,7 +49,6 @@ class VideothequePersonnelleController extends AbstractController
|
|
|
$film->inverseUserWantToView($this->getUser());
|
|
|
$em->flush();
|
|
|
}
|
|
|
- /*$resultat = $this->get('serializer')->serialize($film, 'json');*/
|
|
|
return new JsonResponse('OK');
|
|
|
}
|
|
|
|
|
@@ -66,7 +65,6 @@ class VideothequePersonnelleController extends AbstractController
|
|
|
$film->inverseUserWhoSeen($this->getUser());
|
|
|
$em->flush();
|
|
|
}
|
|
|
- /*$resultat = $this->get('serializer')->serialize($film, 'json');*/
|
|
|
return new JsonResponse('OK');
|
|
|
}
|
|
|
|