mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 11:54:31 +02:00
Merge branch 'develop' into refactor-logger
This commit is contained in:
commit
b40db06ef3
17 changed files with 237 additions and 226 deletions
|
@ -187,12 +187,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