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