monitoring/commands: Let `ScheduleDowntimeCommand' extend `AddCommentCommand'

refs #6593
This commit is contained in:
Eric Lippmann 2014-09-04 15:52:20 +02:00
parent a94e84f3b0
commit a83ddb9d8e
1 changed files with 1 additions and 1 deletions

View File

@ -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