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;