Skip to content

Commit

Permalink
Actually load PSR and iplx
Browse files Browse the repository at this point in the history
  • Loading branch information
Al2Klimov committed Oct 4, 2017
1 parent 0305a2f commit 51249ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?php

/** @var \Icinga\Application\Modules\Module $this */

require_once $this->getLibDir() . '/vendor/Psr/Loader.php';
require_once $this->getLibDir() . '/vendor/iplx/Loader.php';

$this->provideHook('monitoring/DetailviewExtension');

0 comments on commit 51249ab

Please sign in to comment.