mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-12 15:33:24 -05:00
CheckCommand: delete legacy code
This commit is contained in:
parent
349b996233
commit
05882d5d09
1 changed files with 0 additions and 4 deletions
|
|
@ -11,10 +11,6 @@ class CheckCommand extends Command
|
|||
|
||||
public function init()
|
||||
{
|
||||
// WTF? I do not want to have to take care about this!!
|
||||
$this->app->setupZendAutoloader();
|
||||
|
||||
$this->app->getModuleManager()->loadModule('monitoring');
|
||||
$this->storage = new LegacyStorage($this->Config()->getSection('global'));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue