Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit e04df3c

Browse files
Merge pull request #1 from cleverage/fix-fatal-error
fix fatal error
2 parents f332e22 + d737168 commit e04df3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Monolog/Handler/ProcessLogHandler.php

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
use League\Flysystem\FilesystemException;
99
use League\Flysystem\Local\LocalFilesystemAdapter;
1010
use Monolog\Handler\AbstractProcessingHandler;
11+
use Monolog\Logger;
12+
1113

1214
class ProcessLogHandler extends AbstractProcessingHandler
1315
{

0 commit comments

Comments
 (0)