mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
Load setup module when necessary when bootstrapping the CLI
fixes #8146
This commit is contained in:
parent
fc05f4d53e
commit
58cfb67983
@ -43,7 +43,8 @@ class Cli extends ApplicationBootstrap
|
|||||||
->parseBasicParams()
|
->parseBasicParams()
|
||||||
->setupLogger()
|
->setupLogger()
|
||||||
->setupResourceFactory()
|
->setupResourceFactory()
|
||||||
->setupModuleManager();
|
->setupModuleManager()
|
||||||
|
->loadSetupModuleIfNecessary();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function setupLogging()
|
protected function setupLogging()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user