Fix method call for App::setupLegacyServiceLocator
This commit is contained in:
parent
2623ff5484
commit
e685ff8837
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ class App
|
||||||
|
|
||||||
$this->setupContainerForLogger(LogChannel::DAEMON);
|
$this->setupContainerForLogger(LogChannel::DAEMON);
|
||||||
|
|
||||||
$this->setupLegacyServerLocator();
|
$this->setupLegacyServiceLocator();
|
||||||
|
|
||||||
$this->registerErrorHandler();
|
$this->registerErrorHandler();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue