From: Art4 Date: Thu, 26 Dec 2024 17:04:35 +0000 (+0000) Subject: Merge branch 'refactor-entrypoint-console.php' into refactor-entrypoint-daemon.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2623ff548498709378c60207c80026a9dc599898;p=friendica.git Merge branch 'refactor-entrypoint-console.php' into refactor-entrypoint-daemon.php --- 2623ff548498709378c60207c80026a9dc599898 diff --cc src/App.php index f3e081c29b,b5bd34f578..71211bc361 --- a/src/App.php +++ b/src/App.php @@@ -451,9 -224,9 +451,9 @@@ class Ap ]); } - private function setupLegacyServerLocator(): void + private function setupLegacyServiceLocator(): void { - \Friendica\DI::init($this->container); + DI::init($this->container); } private function registerErrorHandler(): void