mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-02-03 20:40:06 -05:00
Fix trying to load vendor loaders that don't exists
This commit is contained in:
parent
ee6e3cbdea
commit
7ba1aa7a6b
1 changed files with 0 additions and 3 deletions
3
run.php
3
run.php
|
|
@ -4,9 +4,6 @@
|
|||
|
||||
use Icinga\Module\Graphite\ProvidedHook\Icingadb\IcingadbSupport;
|
||||
|
||||
require_once $this->getLibDir() . '/vendor/Psr/Loader.php';
|
||||
require_once $this->getLibDir() . '/vendor/iplx/Loader.php';
|
||||
|
||||
$this->provideHook('monitoring/DetailviewExtension');
|
||||
$this->provideHook('icingadb/IcingadbSupport');
|
||||
$this->provideHook('icingadb/HostDetailExtension');
|
||||
|
|
|
|||
Loading…
Reference in a new issue