fix(fixtureavatar): resolution exceptionlistener
Cadoles/nineskeletor/pipeline/pr-master This commit looks good Details

This commit is contained in:
Arnaud Fornerot 2022-10-04 15:33:15 +02:00
parent 35e59f2e51
commit 3af16b4c8b
1 changed files with 1 additions and 1 deletions

View File

@ -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;