Remove unused import

This commit is contained in:
Yonel Ceruto 2019-04-06 20:51:34 +02:00
parent 58d78ac2cd
commit 0d704b4f79

View File

@ -12,7 +12,6 @@
namespace Symfony\Component\HttpKernel\Debug;
use Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher as BaseTraceableEventDispatcher;
use Symfony\Component\EventDispatcher\Event;
use Symfony\Component\HttpKernel\KernelEvents;
/**