mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +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()
|
||||
->setupLogger()
|
||||
->setupResourceFactory()
|
||||
->setupModuleManager();
|
||||
->setupModuleManager()
|
||||
->loadSetupModuleIfNecessary();
|
||||
}
|
||||
|
||||
protected function setupLogging()
|
||||
|
Loading…
x
Reference in New Issue
Block a user