reset Dice calls for LoggerFactory

This commit is contained in:
Art4 2025-06-05 07:56:53 +00:00
parent 97b09d34e9
commit 8a8639b07e

View file

@ -22,5 +22,6 @@
return [
\Friendica\Core\Logger\Factory\LoggerFactory::class => [
'instanceOf' => \Friendica\Addon\monolog\src\Factory\MonologFactory::class,
'call' => null,
],
];