Fix trying to load vendor loaders that don't exists

This commit is contained in:
Yonas Habteab 2023-08-25 13:34:05 +02:00 committed by Johannes Meyer
parent ee6e3cbdea
commit 7ba1aa7a6b

View file

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