mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 07:44:27 +02:00
Remove Dice rules for unused $devLogger service
This commit is contained in:
parent
0869140756
commit
27fa4c0cdf
3 changed files with 2 additions and 20 deletions
|
@ -180,12 +180,6 @@ return (function(string $basepath, array $getVars, array $serverVars, array $coo
|
|||
\Friendica\Core\Logger\Capability\IHaveCallIntrospections::IGNORE_CLASS_LIST,
|
||||
],
|
||||
],
|
||||
'$devLogger' => [
|
||||
'instanceOf' => \Friendica\Core\Logger\Factory\StreamLogger::class,
|
||||
'call' => [
|
||||
['createDev', [], Dice::CHAIN_CALL],
|
||||
],
|
||||
],
|
||||
\Friendica\Core\Cache\Capability\ICanCache::class => [
|
||||
'instanceOf' => \Friendica\Core\Cache\Factory\Cache::class,
|
||||
'call' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue