icingadb-web/library/Icingadb/Command/Object/DeleteDowntimeCommand.php
2023-08-02 12:44:02 +02:00

13 lines
232 B
PHP

<?php
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
namespace Icinga\Module\Icingadb\Command\Object;
/**
* Delete a host or service downtime
*/
class DeleteDowntimeCommand extends ObjectsCommand
{
use CommandAuthor;
}