Update ErrorController.php
This commit is contained in:
parent
37da66f18b
commit
4886e9f1b1
1 changed files with 0 additions and 1 deletions
|
|
@ -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', []);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue