|
@@ -4,7 +4,6 @@ namespace App\Controller;
|
|
|
|
|
|
use App\Entity\Commentaire;
|
|
|
use App\Entity\Realisateur;
|
|
|
-use App\Service\UniciteCollections;
|
|
|
use Sensio\Bundle\FrameworkExtraBundle\Configuration\IsGranted;
|
|
|
use Symfony\Component\Security\Core\Security;
|
|
|
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
|
|
@@ -141,7 +140,6 @@ class VideothequeController extends AbstractController
|
|
|
$cm->delEditAdd($commentaireUser, $film);
|
|
|
$this->addFlash('success', 'Le commentaire a été posté');
|
|
|
return $this->redirectToRoute('videotheque_voirfilm', array('id' => $film->getId()));
|
|
|
-
|
|
|
}
|
|
|
} else {
|
|
|
$form = $this->createForm('App\Form\CommentaireType', null);
|