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';
|
||||
|
||||
$this->loader = new ClassLoader();
|
||||
$this->loader->registerNamespace('Icinga', $this->libDir. '/Icinga');
|
||||
$this->loader->registerNamespace('Icinga', $this->libDir . '/Icinga');
|
||||
$this->loader->register();
|
||||
|
||||
return $this;
|
||||
|
|
Loading…
Reference in New Issue