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

13 lines
261 B
PHP

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