1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-21 08:36:33 +02:00
This commit is contained in:
Jordi Boggiano
2014-04-23 09:20:48 +02:00
parent 0d72125865
commit 0b654cec86
8 changed files with 19 additions and 21 deletions

View File

@@ -12,7 +12,6 @@
namespace Monolog\Handler;
use Monolog\Logger;
use Monolog\Formatter\LineFormatter;
/**
* @author Robert Kaufmann III <rok3@rok3.me>
@@ -55,4 +54,4 @@ class LogEntriesHandler extends SocketHandler
return $this->logToken . ' ' . $record['formatted'];
}
}
}