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();