ScheduleHostDowntimeCommandForm: Add missing use statement for DateTime

This commit is contained in:
Johannes Meyer 2016-04-21 15:35:29 +02:00
parent 28c024c037
commit d0cd03f324

View File

@ -3,6 +3,7 @@
namespace Icinga\Module\Monitoring\Forms\Command\Object;
use DateTime;
use Icinga\Module\Monitoring\Command\Object\PropagateHostDowntimeCommand;
use Icinga\Module\Monitoring\Command\Object\ScheduleHostDowntimeCommand;
use Icinga\Module\Monitoring\Command\Object\ScheduleServiceDowntimeCommand;