loadConfig renamed in EmbeddedWeb
This commit is contained in:
parent
57caacb93f
commit
c1177b72e7
|
@ -54,7 +54,7 @@ class EmbeddedWeb extends ApplicationBootstrap
|
||||||
*/
|
*/
|
||||||
protected function bootstrap()
|
protected function bootstrap()
|
||||||
{
|
{
|
||||||
return $this->setupConfig()
|
return $this->loadConfig()
|
||||||
->setupErrorHandling()
|
->setupErrorHandling()
|
||||||
->setupTimezone()
|
->setupTimezone()
|
||||||
->setupModuleManager()
|
->setupModuleManager()
|
||||||
|
|
Loading…
Reference in New Issue