mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-21 17:07:53 +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 = new ClassLoader();
|
||||||
$this->loader->registerNamespace('Icinga', $this->libDir . '/Icinga');
|
$this->loader->registerNamespace('Icinga', $this->libDir . '/Icinga');
|
||||||
|
$this->loader->registerNamespace('Icinga', $this->libDir . '/Icinga', $this->appDir);
|
||||||
$this->loader->register();
|
$this->loader->register();
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user