mirror of
https://github.com/friendica/friendica
synced 2025-01-08 20:04:43 +00:00
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…
Reference in a new issue