]> git.mxchange.org Git - friendica.git/blobdiff - static/dependencies.config.php
Merge remote-tracking branch 'upstream/develop' into api-status
[friendica.git] / static / dependencies.config.php
index 57ef629bb255aa04f74365774d0471d3e3b247bb..28d26b4e7b6cc71f3c7a74fb4492353abf8557f4 100644 (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 => [