[HttpKernel] Remove conflicting use from NullLogger

This commit is contained in:
Joseph Bielawski 2013-01-11 11:33:37 +01:00
parent 3d808b59de
commit eb0d2abb1b

View File

@ -11,7 +11,6 @@
namespace Symfony\Component\HttpKernel\Log;
use Psr\Log\LoggerInterface;
use Psr\Log\NullLogger as PsrNullLogger;
/**