mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
10 lines
134 B
PHP
10 lines
134 B
PHP
<?php
|
|
|
|
namespace Icinga\Module\Monitoring;
|
|
|
|
require_once ICINGA_LIBDIR . '/Icinga/Application/Cli.php';
|
|
|
|
class Plugin extends Cli
|
|
{
|
|
}
|