summaryrefslogtreecommitdiffstats
path: root/library/Icingadb/Command/Object/DeleteDowntimeCommand.php
blob: 7b4c2827ec5dc432a1cd1d6f16d88495bb453b1f (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 downtime
 */
class DeleteDowntimeCommand extends ObjectsCommand
{
    use CommandAuthor;
}