1
0
mirror of https://github.com/Bubka/2FAuth.git synced 2025-03-30 18:26:14 +02:00

Fix - 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;