Skip to content

Commit

Permalink
Make Plugin class loadable
Browse files Browse the repository at this point in the history
  • Loading branch information
Al2Klimov committed Dec 15, 2017
1 parent 866696d commit b3ab01f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/monitoring/library/Monitoring/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

namespace Icinga\Module\Monitoring;

use Icinga\Application\Cli;

require_once ICINGA_LIBDIR . '/Icinga/Application/Cli.php';

class Plugin extends Cli
Expand Down

0 comments on commit b3ab01f

Please sign in to comment.