From e685ff883707eabc7910ccf37d29cd3b79fc61a4 Mon Sep 17 00:00:00 2001 From: Art4 Date: Thu, 26 Dec 2024 17:06:41 +0000 Subject: [PATCH] Fix method call for App::setupLegacyServiceLocator --- src/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();