1
0
Fork 0

Refactor App\Module to App\ModuleController and rename properties

This commit is contained in:
Philipp Holzer 2021-11-16 22:34:49 +01:00
commit c95d47b0b4
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
9 changed files with 93 additions and 92 deletions

View file

@ -41,7 +41,7 @@ $a = \Friendica\DI::app();
\Friendica\DI::mode()->setExecutor(\Friendica\App\Mode::INDEX);
$a->runFrontend(
$dice->create(\Friendica\App\Module::class),
$dice->create(\Friendica\App\ModuleController::class),
$dice->create(\Friendica\App\Router::class),
$dice->create(\Friendica\Core\PConfig\Capability\IManagePersonalConfigValues::class),
$dice->create(\Friendica\Security\Authentication::class),