Skip to content

Commit

Permalink
Fix trying to load vendor loaders that don't exists
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab authored and nilmerg committed Aug 25, 2023
1 parent ee6e3cb commit 7ba1aa7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions run.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 7ba1aa7

Please sign in to comment.