Remove not in use class `Plugin.php`

This commit is contained in:
Sukhwinder Dhillon 2023-06-21 17:28:31 +02:00 committed by raviks789
parent 31bfdb33e1
commit 72d155c57d
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
<?php
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */
namespace Icinga\Module\Monitoring;
use Icinga\Application\Cli;
require_once ICINGA_LIBDIR . '/Icinga/Application/Cli.php';
class Plugin extends Cli
{
}