mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-04-13 04:46:19 -04:00
13 lines
230 B
PHP
13 lines
230 B
PHP
<?php
|
|
|
|
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
|
|
|
|
namespace Icinga\Module\Icingadb\Command\Object;
|
|
|
|
/**
|
|
* Delete a host or service comment
|
|
*/
|
|
class DeleteCommentCommand extends ObjectsCommand
|
|
{
|
|
use CommandAuthor;
|
|
}
|