mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
37dd2f5dd2
commit
029630308d
@ -27,7 +27,9 @@ class EmbeddedWeb extends ApplicationBootstrap
|
|||||||
*/
|
*/
|
||||||
protected function bootstrap()
|
protected function bootstrap()
|
||||||
{
|
{
|
||||||
return $this->loadConfig()
|
return $this
|
||||||
|
->setupZendAutoloader()
|
||||||
|
->loadConfig()
|
||||||
->setupErrorHandling()
|
->setupErrorHandling()
|
||||||
->setupTimezone()
|
->setupTimezone()
|
||||||
->setupModuleManager()
|
->setupModuleManager()
|
||||||
|
@ -90,6 +90,7 @@ class Web extends ApplicationBootstrap
|
|||||||
protected function bootstrap()
|
protected function bootstrap()
|
||||||
{
|
{
|
||||||
return $this
|
return $this
|
||||||
|
->setupZendAutoloader()
|
||||||
->setupLogging()
|
->setupLogging()
|
||||||
->setupErrorHandling()
|
->setupErrorHandling()
|
||||||
->loadConfig()
|
->loadConfig()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user