Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Sep 1, 2023
1 parent c0faf85 commit e385c66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Logging/LoggingHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
use Monolog\Handler\AbstractProcessingHandler;
use Monolog\LogRecord;

use function Safe\json_encode;

class LoggingHandler extends AbstractProcessingHandler
{
protected function write(LogRecord $record): void
Expand Down

0 comments on commit e385c66

Please sign in to comment.