]> git.mxchange.org Git - friendica.git/blobdiff - static/dependencies.config.php
Merge pull request #11010 from foss-/doc_faq_client-clean-up
[friendica.git] / static / dependencies.config.php
index d3034a2ba59a8bdc91dd402213205357bbcbd95b..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 => [
@@ -238,4 +238,9 @@ return [
                        [Dice::INSTANCE => Util\ReversedFileReader::class],
                ]
        ],
+       \Friendica\Core\Worker\Repository\Process::class => [
+               'constructParams' => [
+                       $_SERVER
+               ],
+       ],
 ];