mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-19 16:56:51 -04:00
14 lines
260 B
PHP
14 lines
260 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 ObjectCommand
|
||
|
|
{
|
||
|
|
use CommandAuthor;
|
||
|
|
}
|