From: Art4 Date: Thu, 26 Dec 2024 17:06:41 +0000 (+0000) Subject: Fix method call for App::setupLegacyServiceLocator X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e685ff883707eabc7910ccf37d29cd3b79fc61a4;p=friendica.git Fix method call for App::setupLegacyServiceLocator --- diff --git a/src/App.php b/src/App.php index 71211bc361..0345eb3adf 100644 --- a/src/App.php +++ b/src/App.php @@ -226,7 +226,7 @@ class App $this->setupContainerForLogger(LogChannel::DAEMON); - $this->setupLegacyServerLocator(); + $this->setupLegacyServiceLocator(); $this->registerErrorHandler();