mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-01 19:00:20 +02:00
Merge pull request #107 from geoffreytran/patch-1
Missing use statement for LineFormatter in Syslog Handler, which causes a fatal exception.
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
namespace Monolog\Handler;
|
||||
|
||||
use Monolog\Logger;
|
||||
use Monolog\Formatter\LineFormatter;
|
||||
|
||||
|
||||
/**
|
||||
* Logs to syslog service.
|
||||
|
Reference in New Issue
Block a user