Adhere feedback

- rename hooks.config.php to strategies.config.php
- change all corresponding classes and tests
pull/1407/head
Philipp 2023-07-21 22:41:35 +02:00 committed by Hypolite Petovan
parent e315abc788
commit d9c5419351
1 changed files with 2 additions and 6 deletions

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'],
],
];