mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
ApplicationBootstrap: syntax
This commit is contained in:
parent
210053462e
commit
7a2824e070
@ -348,7 +348,7 @@ abstract class ApplicationBootstrap
|
|||||||
require $this->libDir . '/Icinga/Application/ClassLoader.php';
|
require $this->libDir . '/Icinga/Application/ClassLoader.php';
|
||||||
|
|
||||||
$this->loader = new ClassLoader();
|
$this->loader = new ClassLoader();
|
||||||
$this->loader->registerNamespace('Icinga', $this->libDir. '/Icinga');
|
$this->loader->registerNamespace('Icinga', $this->libDir . '/Icinga');
|
||||||
$this->loader->register();
|
$this->loader->register();
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user