summaryrefslogtreecommitdiffstats
path: root/library/Icingadb/Command/Object/DeleteCommentCommand.php
blob: c06a73c9dbe2cb4f06f84dea5e913d09d6279781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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;
}