1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-04 20:27:31 +02:00

Registry class not used in ErrorHandler

This commit is contained in:
jambert
2020-04-04 15:37:48 +02:00
committed by GitHub
parent 5c670ec3d2
commit a14890834a

View File

@@ -14,7 +14,6 @@ namespace Monolog;
use Psr\Log\LoggerInterface; use Psr\Log\LoggerInterface;
use Psr\Log\LogLevel; use Psr\Log\LogLevel;
use Monolog\Handler\AbstractHandler; use Monolog\Handler\AbstractHandler;
use Monolog\Registry;
/** /**
* Monolog error handler * Monolog error handler