Fix method call for App::setupLegacyServiceLocator

This commit is contained in:
Art4 2024-12-26 17:06:41 +00:00
parent 2623ff5484
commit e685ff8837

View file

@ -226,7 +226,7 @@ class App
$this->setupContainerForLogger(LogChannel::DAEMON);
$this->setupLegacyServerLocator();
$this->setupLegacyServiceLocator();
$this->registerErrorHandler();