|
@@ -5,7 +5,7 @@ namespace App\Controller;
|
|
|
use App\Entity\Commentaire;
|
|
|
use App\Entity\Realisateur;
|
|
|
use App\Service\UniciteCollections;
|
|
|
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security;
|
|
|
+use Sensio\Bundle\FrameworkExtraBundle\Configuration\IsGranted;
|
|
|
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
|
|
|
use Symfony\Component\HttpFoundation\JsonResponse;
|
|
|
use Symfony\Component\Routing\Annotation\Route;
|
|
@@ -106,7 +106,7 @@ class VideothequeController extends AbstractController
|
|
|
|
|
|
/**
|
|
|
* @Route("/supprimer/{id}", name="videotheque_supprimer")
|
|
|
- * @Security("is_granted('ROLE_ADMIN')")
|
|
|
+ * @IsGranted("ROLE_ADMIN")
|
|
|
*/
|
|
|
public function supprimerAction(Request $request, Film $film)
|
|
|
{
|