From 3af16b4c8ba144994e6cefbcf7468ca6b303dbbe Mon Sep 17 00:00:00 2001 From: Arnaud Fornerot Date: Tue, 4 Oct 2022 15:33:15 +0200 Subject: [PATCH] fix(fixtureavatar): resolution exceptionlistener --- src/EventListener/ExceptionListener.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EventListener/ExceptionListener.php b/src/EventListener/ExceptionListener.php index 621ec8f..89f4916 100644 --- a/src/EventListener/ExceptionListener.php +++ b/src/EventListener/ExceptionListener.php @@ -11,7 +11,7 @@ use Symfony\Component\Routing\Generator\UrlGeneratorInterface; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; -class AccessDeniedListener implements EventSubscriberInterface +class ExceptionListener implements EventSubscriberInterface { private $router;