mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
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…
x
Reference in New Issue
Block a user