mirror of
https://github.com/friendica/friendica
synced 2025-01-08 21:24:43 +00:00
Merge branch 'refactor-entrypoint-console.php' into refactor-entrypoint-daemon.php
This commit is contained in:
commit
2623ff5484
1 changed files with 4 additions and 4 deletions
|
@ -143,7 +143,7 @@ class App
|
|||
],
|
||||
]);
|
||||
|
||||
$this->setupLegacyServerLocator();
|
||||
$this->setupLegacyServiceLocator();
|
||||
|
||||
$this->registerErrorHandler();
|
||||
|
||||
|
@ -186,7 +186,7 @@ class App
|
|||
|
||||
$this->setupContainerForLogger(LogChannel::AUTH_JABBERED);
|
||||
|
||||
$this->setupLegacyServerLocator();
|
||||
$this->setupLegacyServiceLocator();
|
||||
|
||||
$this->registerErrorHandler();
|
||||
|
||||
|
@ -211,7 +211,7 @@ class App
|
|||
|
||||
$this->setupContainerForLogger(LogChannel::CONSOLE);
|
||||
|
||||
$this->setupLegacyServerLocator();
|
||||
$this->setupLegacyServiceLocator();
|
||||
|
||||
$this->registerErrorHandler();
|
||||
|
||||
|
@ -451,7 +451,7 @@ class App
|
|||
]);
|
||||
}
|
||||
|
||||
private function setupLegacyServerLocator(): void
|
||||
private function setupLegacyServiceLocator(): void
|
||||
{
|
||||
DI::init($this->container);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue