Skip to content

Commit d5e2fb3

Browse files
committed
Add missing use statement
1 parent ac44ccc commit d5e2fb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Monolog/Handler/BufferHandler.php

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
use Monolog\Logger;
1515
use Monolog\ResettableInterface;
16+
use Monolog\Formatter\FormatterInterface;
1617

1718
/**
1819
* Buffers all records until closing the handler and then pass them as batch.

0 commit comments

Comments
 (0)