Jordi Boggiano 6 лет назад
Родитель
Сommit
e5309196ce
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/Monolog/Handler/BufferHandler.php

+ 1 - 0
src/Monolog/Handler/BufferHandler.php

@@ -13,6 +13,7 @@ namespace Monolog\Handler;
 
 use Monolog\Logger;
 use Monolog\ResettableInterface;
+use Monolog\Formatter\FormatterInterface;
 
 /**
  * Buffers all records until closing the handler and then pass them as batch.