Merge remote-tracking branch 'upstream/develop' into api4
This commit is contained in:
commit
b67c10812a
272 changed files with 989 additions and 963 deletions
|
@ -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 => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue