mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-24 06:52:34 +01:00
Merge pull request #278 from alsar/html_formatter
Added missing use statement in the HtmlFormatter
This commit is contained in:
commit
afaafc9199
@ -10,6 +10,8 @@
|
||||
|
||||
namespace Monolog\Formatter;
|
||||
|
||||
use Monolog\Logger;
|
||||
|
||||
/**
|
||||
* Formats incoming records into an HTML table
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user