[MonologBridge] updated the class name from Monolog

This commit is contained in:
Christophe Coevoet 2012-02-22 10:21:12 +01:00
parent 96da7c8c44
commit 1953280da4

View File

@ -11,7 +11,7 @@
namespace Symfony\Bridge\Monolog\Handler; namespace Symfony\Bridge\Monolog\Handler;
use Monolog\Handler\ChromePhpHandler as BaseChromePhpHandler; use Monolog\Handler\ChromePHPHandler as BaseChromePhpHandler;
use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Event\FilterResponseEvent; use Symfony\Component\HttpKernel\Event\FilterResponseEvent;
use Symfony\Component\HttpKernel\HttpKernelInterface; use Symfony\Component\HttpKernel\HttpKernelInterface;