1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-03 19:57:41 +02:00

Update src/Monolog/Handler/SyslogHandler.php

Missing use statement for LineFormatter, which causes a fatal exception.
This commit is contained in:
Geoffrey Tran
2012-08-25 12:01:32 -05:00
parent 7940ae31ce
commit f8fce6fd54

View File

@@ -12,6 +12,8 @@
namespace Monolog\Handler;
use Monolog\Logger;
use Monolog\Formatter\LineFormatter;
/**
* Logs to syslog service.