X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdependencies.config.php;h=fe1b486d5fc2a110d3229fc5f304ba1c913a118d;hb=e2016bc67d6814303616c43f5ac13c43f280787f;hp=28d26b4e7b6cc71f3c7a74fb4492353abf8557f4;hpb=c95d47b0b4d01552804ebcf26e5ae42fc576fc60;p=friendica.git diff --git a/static/dependencies.config.php b/static/dependencies.config.php index 28d26b4e7b..fe1b486d5f 100644 --- a/static/dependencies.config.php +++ b/static/dependencies.config.php @@ -181,12 +181,6 @@ return [ ['determine', [$_SERVER, $_GET], Dice::CHAIN_CALL], ], ], - App\ModuleController::class => [ - 'instanceOf' => App\ModuleController::class, - 'call' => [ - ['determineName', [], Dice::CHAIN_CALL], - ], - ], \Friendica\Core\System::class => [ 'constructParams' => [ [Dice::INSTANCE => '$basepath'], @@ -196,6 +190,7 @@ return [ 'constructParams' => [ $_SERVER, __DIR__ . '/routes.config.php', + [Dice::INSTANCE => Dice::SELF], null ], ],