Merge branch 'refactor-entrypoint-console.php' into refactor-entrypoint-daemon.php

This commit is contained in:
Art4 2024-12-26 17:04:35 +00:00
commit 2623ff5484

View file

@ -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);
}