]> git.mxchange.org Git - friendica.git/commitdiff
Fix method call for App::setupLegacyServiceLocator
authorArt4 <art4@wlabs.de>
Thu, 26 Dec 2024 17:06:41 +0000 (17:06 +0000)
committerArt4 <art4@wlabs.de>
Thu, 26 Dec 2024 17:06:41 +0000 (17:06 +0000)
src/App.php

index 71211bc36153033c6c257922e07ba4ae6ebd8ebb..0345eb3adfc46cb01bba6c0dedc7c1ec202b99fe 100644 (file)
@@ -226,7 +226,7 @@ class App
 
                $this->setupContainerForLogger(LogChannel::DAEMON);
 
-               $this->setupLegacyServerLocator();
+               $this->setupLegacyServiceLocator();
 
                $this->registerErrorHandler();