ApplicationBootstrap: syntax

This commit is contained in:
Thomas Gelf 2015-11-13 11:51:41 +01:00
parent 210053462e
commit 7a2824e070
1 changed files with 1 additions and 1 deletions

View File

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