mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-04-12 04:16:15 -04:00
14 lines
283 B
PHP
14 lines
283 B
PHP
<?php
|
|
|
|
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
|
|
|
|
namespace Icinga\Module\Icingadb\Command\Object;
|
|
|
|
/**
|
|
* Schedule a host downtime
|
|
*
|
|
* @deprecated Use {@see ScheduleDowntimeCommand} instead
|
|
*/
|
|
class ScheduleHostDowntimeCommand extends ScheduleServiceDowntimeCommand
|
|
{
|
|
}
|