icingadb-web/library/Icingadb/Command/Object/ScheduleHostDowntimeCommand.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
{
}