mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
monitoring/commands: Let ScheduleDowntimeCommand' extend
AddCommentCommand'
refs #6593
This commit is contained in:
parent
a94e84f3b0
commit
a83ddb9d8e
@ -9,7 +9,7 @@ use DateTime;
|
|||||||
/**
|
/**
|
||||||
* Base class for commands scheduling downtimes
|
* Base class for commands scheduling downtimes
|
||||||
*/
|
*/
|
||||||
abstract class ScheduleDowntimeCommand extends Comment
|
abstract class ScheduleDowntimeCommand extends AddCommentCommand
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Downtime starts at the exact time specified
|
* Downtime starts at the exact time specified
|
||||||
|
Loading…
x
Reference in New Issue
Block a user