[monolog] update/fix Monolog #1400

Merged
MrPetovan merged 3 commits from nupplaPhil/friendica-addons:feat/addons into develop 2023-07-23 13:00:32 +02:00
Showing only changes of commit bb4ec6800b - Show all commits

Adhere feedback

- rename hooks.config.php to strategies.config.php
- change all corresponding classes and tests
Philipp Holzer 2023-07-21 22:41:35 +02:00
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432

View file

@ -19,12 +19,8 @@
*
*/
use Friendica\Core\Hooks\Capabilities\BehavioralHookType as H;
return [
H::STRATEGY => [
\Psr\Log\LoggerInterface::class => [
\Monolog\Logger::class => ['monolog'],
],
\Psr\Log\LoggerInterface::class => [
\Monolog\Logger::class => ['monolog'],
],
];