1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-13 12:22:03 +02:00

[ticket/14487] Add missing use statement

PHPBB3-14487
This commit is contained in:
Máté Bartus 2016-02-29 23:23:31 +01:00
parent dacbf09227
commit b1a136e7bd

View File

@ -21,6 +21,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface;
use Symfony\Component\HttpKernel\KernelEvents;
use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent;
use Symfony\Component\HttpFoundation\JsonResponse;
/**
* Exception handler for the installer