]> git.mxchange.org Git - friendica.git/commitdiff
rename App::setupLegacyServiceLocator()
authorArt4 <art4@wlabs.de>
Thu, 26 Dec 2024 16:59:15 +0000 (16:59 +0000)
committerArt4 <art4@wlabs.de>
Thu, 26 Dec 2024 16:59:15 +0000 (16:59 +0000)
src/App.php

index ecfaec370cfda4c23e45c49f34a90d4d9fc9acee..98c12cd5793e270c0c38747fa5ddb3ba05a5e179 100644 (file)
@@ -131,7 +131,7 @@ class App
                        ],
                ]);
 
-               $this->setupLegacyServerLocator();
+               $this->setupLegacyServiceLocator();
 
                $this->registerErrorHandler();
 
@@ -174,7 +174,7 @@ class App
                        'constructParams' => [LogChannel::AUTH_JABBERED],
                ]);
 
-               $this->setupLegacyServerLocator();
+               $this->setupLegacyServiceLocator();
 
                $this->registerErrorHandler();
 
@@ -198,7 +198,7 @@ class App
                $this->container = $this->container->addRules($addonLoader->getActiveAddonConfig('dependencies'));
        }
 
-       private function setupLegacyServerLocator(): void
+       private function setupLegacyServiceLocator(): void
        {
                \Friendica\DI::init($this->container);
        }