Embedded "light" web bootstrapping adapted new module loading
This commit is contained in:
parent
6096b23a76
commit
c68bce2f3d
|
@ -57,6 +57,7 @@ class EmbeddedWeb extends ApplicationBootstrap
|
|||
return $this->setupConfig()
|
||||
->setupErrorHandling()
|
||||
->setupTimezone()
|
||||
->setupModules();
|
||||
->setupModuleManager()
|
||||
->loadEnabledModules();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue