1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 21:26:43 +02:00

Merge pull request #47 from jeromemacias/master

Removed unuse use statement
This commit is contained in:
Jordi Boggiano
2011-11-13 09:21:27 -08:00
2 changed files with 0 additions and 2 deletions

View File

@@ -11,7 +11,6 @@
namespace Monolog\Handler;
use Monolog\Formatter\SimpleFormatter;
use Monolog\Logger;
/**

View File

@@ -11,7 +11,6 @@
namespace Monolog\Handler;
use Monolog\Formatter\SimpleFormatter;
use Monolog\Logger;
/**