From 8a8639b07e0f93b9c5cd8d068bb70009cb0f7af7 Mon Sep 17 00:00:00 2001 From: Art4 Date: Thu, 5 Jun 2025 07:56:53 +0000 Subject: [PATCH] reset Dice calls for LoggerFactory --- monolog/static/dependencies.config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/monolog/static/dependencies.config.php b/monolog/static/dependencies.config.php index 75ea8df7..f992d69c 100644 --- a/monolog/static/dependencies.config.php +++ b/monolog/static/dependencies.config.php @@ -22,5 +22,6 @@ return [ \Friendica\Core\Logger\Factory\LoggerFactory::class => [ 'instanceOf' => \Friendica\Addon\monolog\src\Factory\MonologFactory::class, + 'call' => null, ], ];