From 7a2824e0701d67e9a7309d0deb4dbebf11e08c47 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 13 Nov 2015 11:51:41 +0100 Subject: [PATCH] ApplicationBootstrap: syntax --- library/Icinga/Application/ApplicationBootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Application/ApplicationBootstrap.php b/library/Icinga/Application/ApplicationBootstrap.php index c46aa3a27..a39749072 100644 --- a/library/Icinga/Application/ApplicationBootstrap.php +++ b/library/Icinga/Application/ApplicationBootstrap.php @@ -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;