Skip to content

Commit 15eacfc

Browse files
committed
use proper Kernel path for Symfony less then 4
1 parent 4d84fba commit 15eacfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ErrorsBundle/Subscriber/ErrorHandlerSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Gamma\ErrorsBundle\Subscriber;
44

5-
use App\Kernel;
5+
use Symfony\Component\HttpKernel\Kernel;
66
use Gamma\ErrorsBundle\Debug\ErrorHandler;
77
use Symfony\Component\Console\ConsoleEvents;
88
use Symfony\Component\Console\Event\ConsoleExceptionEvent;

0 commit comments

Comments
 (0)