Update ErrorController.php

This commit is contained in:
ExostFlash 2023-12-05 15:09:14 +01:00
parent 37da66f18b
commit 4886e9f1b1

View file

@ -11,7 +11,6 @@ use Symfony\Component\Routing\Annotation\Route;
class ErrorController extends AbstractController class ErrorController extends AbstractController
{ {
#[Route('/403', name: 'access_denied')] #[Route('/403', name: 'access_denied')]
public function accessDenied(): Response public function accessDenied(): Response
{ {
return $this->render('error/access_denied.html.twig', []); return $this->render('error/access_denied.html.twig', []);