1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-09 06:36:46 +02:00

added missing use statement

This commit is contained in:
alsar
2013-11-23 21:11:53 +01:00
parent 11cb918bbc
commit ed8c671660

View File

@@ -10,6 +10,8 @@
namespace Monolog\Formatter; namespace Monolog\Formatter;
use Monolog\Logger;
/** /**
* Formats incoming records into an HTML table * Formats incoming records into an HTML table
* *