Skip to content

Commit

Permalink
use proper Kernel path for Symfony less then 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenas committed Jul 24, 2018
1 parent 4d84fba commit 15eacfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ErrorsBundle/Subscriber/ErrorHandlerSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 15eacfc

Please sign in to comment.