Skip to content

Commit b1a136e

Browse files
committed
[ticket/14487] Add missing use statement
PHPBB3-14487
1 parent dacbf09 commit b1a136e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

phpBB/phpbb/install/event/kernel_exception_subscriber.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface;
2222
use Symfony\Component\HttpKernel\KernelEvents;
2323
use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent;
24+
use Symfony\Component\HttpFoundation\JsonResponse;
2425

2526
/**
2627
* Exception handler for the installer

0 commit comments

Comments
 (0)