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

Commit

Permalink
Merge pull request #1 from cleverage/fix-fatal-error
Browse files Browse the repository at this point in the history
fix fatal error
  • Loading branch information
xaviermarchegay authored Mar 30, 2023
2 parents f332e22 + d737168 commit e04df3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Monolog/Handler/ProcessLogHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
use League\Flysystem\FilesystemException;
use League\Flysystem\Local\LocalFilesystemAdapter;
use Monolog\Handler\AbstractProcessingHandler;
use Monolog\Logger;


class ProcessLogHandler extends AbstractProcessingHandler
{
Expand Down

0 comments on commit e04df3c

Please sign in to comment.