fixed misplaced file

This commit is contained in:
Fabien Potencier 2010-09-20 10:56:35 +02:00
parent 71cc3a7773
commit ec066a0843
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -1,6 +1,6 @@
<?php
namespace Symfony\Bundle\FrameworkBundle\Debug;
namespace Symfony\Component\HttpKernel\Debug;
/*
* This file is part of the Symfony package.