ApplicationBootstrap: register global app dir

This commit is contained in:
Thomas Gelf 2015-11-12 17:35:11 +01:00
parent 9270ef6d6f
commit 99a6bc12a9
1 changed files with 1 additions and 0 deletions

View File

@ -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;