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
|
||||
*/
|
||||
abstract class ScheduleDowntimeCommand extends Comment
|
||||
abstract class ScheduleDowntimeCommand extends AddCommentCommand
|
||||
{
|
||||
/**
|
||||
* Downtime starts at the exact time specified
|
||||
|
|
Loading…
Reference in New Issue