Fix #81 - Add missing NullHandler class injection

This commit is contained in:
Bubka 2022-05-17 00:27:18 +02:00
parent 3676c5b344
commit 096e5a167e

View File

@ -1,5 +1,6 @@
<?php
use Monolog\Handler\NullHandler;
use Monolog\Handler\StreamHandler;
use Monolog\Handler\SyslogUdpHandler;