Merge pull request #3306 from Icinga/bugfix/plugin-class-loadable

Plugin: make class loadable
This commit is contained in:
Thomas Gelf 2018-01-24 10:27:07 +01:00 committed by GitHub
commit 02e24699fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
namespace Icinga\Module\Monitoring; namespace Icinga\Module\Monitoring;
use Icinga\Application\Cli;
require_once ICINGA_LIBDIR . '/Icinga/Application/Cli.php'; require_once ICINGA_LIBDIR . '/Icinga/Application/Cli.php';
class Plugin extends Cli class Plugin extends Cli