1
0
Fork 0

Add tests for InstanceManager and remove Decorator hook logic (avoid complex Dice logic)

This commit is contained in:
Philipp Holzer 2023-07-17 00:10:15 +02:00
commit 93af6f0564
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
14 changed files with 218 additions and 390 deletions

View file

@ -19,7 +19,7 @@
*
*/
use Friendica\Core\Hooks\Capabilities\HookType as H;
use Friendica\Core\Hooks\Capabilities\BehavioralHookType as H;
use Friendica\Core\Logger\Type;
use Psr\Log;
@ -31,9 +31,4 @@ return [
Type\StreamLogger::class => ['stream'],
],
],
H::DECORATOR => [
Log\LoggerInterface::class => [
Type\ProfilerLogger::class,
],
],
];