diff --git a/src/Symfony/Bundle/FrameworkBundle/Debug/EventDispatcher.php b/src/Symfony/Bundle/FrameworkBundle/Debug/EventDispatcher.php index 33665df1b5..8d319da4ad 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Debug/EventDispatcher.php +++ b/src/Symfony/Bundle/FrameworkBundle/Debug/EventDispatcher.php @@ -6,6 +6,7 @@ use Symfony\Bundle\FrameworkBundle\EventDispatcher as BaseEventDispatcher; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Component\EventDispatcher\Event; use Symfony\Component\HttpKernel\Log\LoggerInterface; +use Symfony\Component\HttpKernel\Debug\EventDispatcherTraceableInterface; /* * This file is part of the Symfony package. diff --git a/src/Symfony/Bundle/FrameworkBundle/Debug/EventDispatcherTraceableInterface.php b/src/Symfony/Component/HttpKernel/Debug/EventDispatcherTraceableInterface.php similarity index 90% rename from src/Symfony/Bundle/FrameworkBundle/Debug/EventDispatcherTraceableInterface.php rename to src/Symfony/Component/HttpKernel/Debug/EventDispatcherTraceableInterface.php index e78037bf11..74535e4973 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Debug/EventDispatcherTraceableInterface.php +++ b/src/Symfony/Component/HttpKernel/Debug/EventDispatcherTraceableInterface.php @@ -1,6 +1,6 @@