mirror of
https://github.com/friendica/friendica
synced 2025-01-08 02:44:43 +00:00
Merge branch 'refactor-entrypoint-auth_ejabberd.php' into refactor-entrypoint-console.php
This commit is contained in:
commit
adee070ee6
1 changed files with 4 additions and 4 deletions
|
@ -134,7 +134,7 @@ class App
|
|||
],
|
||||
]);
|
||||
|
||||
$this->setupLegacyServerLocator();
|
||||
$this->setupLegacyServiceLocator();
|
||||
|
||||
$this->registerErrorHandler();
|
||||
|
||||
|
@ -178,7 +178,7 @@ class App
|
|||
|
||||
$this->setupContainerForLogger(LogChannel::AUTH_JABBERED);
|
||||
|
||||
$this->setupLegacyServerLocator();
|
||||
$this->setupLegacyServiceLocator();
|
||||
|
||||
$this->registerErrorHandler();
|
||||
|
||||
|
@ -200,7 +200,7 @@ class App
|
|||
|
||||
$this->setupContainerForLogger(LogChannel::CONSOLE);
|
||||
|
||||
$this->setupLegacyServerLocator();
|
||||
$this->setupLegacyServiceLocator();
|
||||
|
||||
$this->registerErrorHandler();
|
||||
|
||||
|
@ -224,7 +224,7 @@ class App
|
|||
]);
|
||||
}
|
||||
|
||||
private function setupLegacyServerLocator(): void
|
||||
private function setupLegacyServiceLocator(): void
|
||||
{
|
||||
\Friendica\DI::init($this->container);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue