Merge remote-tracking branch 'upstream/develop' into api4

This commit is contained in:
Michael 2021-11-18 20:15:57 +00:00
commit b67c10812a
272 changed files with 989 additions and 963 deletions

View file

@ -181,10 +181,10 @@ return [
['determine', [$_SERVER, $_GET], Dice::CHAIN_CALL],
],
],
App\Module::class => [
'instanceOf' => App\Module::class,
App\ModuleController::class => [
'instanceOf' => App\ModuleController::class,
'call' => [
['determineModule', [], Dice::CHAIN_CALL],
['determineName', [], Dice::CHAIN_CALL],
],
],
\Friendica\Core\System::class => [