ApplicationBootstrap: register global app dir
This commit is contained in:
parent
9270ef6d6f
commit
99a6bc12a9
|
@ -349,6 +349,7 @@ abstract class ApplicationBootstrap
|
|||
|
||||
$this->loader = new ClassLoader();
|
||||
$this->loader->registerNamespace('Icinga', $this->libDir . '/Icinga');
|
||||
$this->loader->registerNamespace('Icinga', $this->libDir . '/Icinga', $this->appDir);
|
||||
$this->loader->register();
|
||||
|
||||
return $this;
|
||||
|
|
Loading…
Reference in New Issue