mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-06-27 09:04:25 +02:00
ScheduleHostDowntimeCommandForm: Add missing use statement for DateTime
This commit is contained in:
parent
28c024c037
commit
d0cd03f324
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Monitoring\Forms\Command\Object;
|
namespace Icinga\Module\Monitoring\Forms\Command\Object;
|
||||||
|
|
||||||
|
use DateTime;
|
||||||
use Icinga\Module\Monitoring\Command\Object\PropagateHostDowntimeCommand;
|
use Icinga\Module\Monitoring\Command\Object\PropagateHostDowntimeCommand;
|
||||||
use Icinga\Module\Monitoring\Command\Object\ScheduleHostDowntimeCommand;
|
use Icinga\Module\Monitoring\Command\Object\ScheduleHostDowntimeCommand;
|
||||||
use Icinga\Module\Monitoring\Command\Object\ScheduleServiceDowntimeCommand;
|
use Icinga\Module\Monitoring\Command\Object\ScheduleServiceDowntimeCommand;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user