Make Plugin class loadable
This commit is contained in:
parent
6f5d0a16f9
commit
c717ebeb94
|
@ -3,6 +3,8 @@
|
|||
|
||||
namespace Icinga\Module\Monitoring;
|
||||
|
||||
use Icinga\Application\Cli;
|
||||
|
||||
require_once ICINGA_LIBDIR . '/Icinga/Application/Cli.php';
|
||||
|
||||
class Plugin extends Cli
|
||||
|
|
Loading…
Reference in New Issue