From 15eacfc06571320ecbb7306a657b2d8426f7e420 Mon Sep 17 00:00:00 2001 From: Evgeniy Kuzmin Date: Tue, 24 Jul 2018 17:04:37 +0300 Subject: [PATCH] use proper Kernel path for Symfony less then 4 --- src/ErrorsBundle/Subscriber/ErrorHandlerSubscriber.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ErrorsBundle/Subscriber/ErrorHandlerSubscriber.php b/src/ErrorsBundle/Subscriber/ErrorHandlerSubscriber.php index b7016c3..4de3b5c 100644 --- a/src/ErrorsBundle/Subscriber/ErrorHandlerSubscriber.php +++ b/src/ErrorsBundle/Subscriber/ErrorHandlerSubscriber.php @@ -2,7 +2,7 @@ namespace Gamma\ErrorsBundle\Subscriber; -use App\Kernel; +use Symfony\Component\HttpKernel\Kernel; use Gamma\ErrorsBundle\Debug\ErrorHandler; use Symfony\Component\Console\ConsoleEvents; use Symfony\Component\Console\Event\ConsoleExceptionEvent;