mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Revert "Load core modules also when bootstrapping the CLI"
This reverts commit f12473d34bf55b2acea2a196d5455ad851dbf86b. The CLI must not load core modules, i.e. setup.
This commit is contained in:
parent
28f08078f0
commit
7d00f68660
@ -43,8 +43,7 @@ class Cli extends ApplicationBootstrap
|
||||
->parseBasicParams()
|
||||
->setupLogger()
|
||||
->setupResourceFactory()
|
||||
->setupModuleManager()
|
||||
->loadCoreModules();
|
||||
->setupModuleManager();
|
||||
}
|
||||
|
||||
protected function setupLogging()
|
||||
|
Loading…
x
Reference in New Issue
Block a user