monitoring: Remove unnecessary use w/ backlash in DeleteDowntimeCommandForm

refs #9449
This commit is contained in:
Eric Lippmann 2015-07-28 12:44:27 +02:00
parent ec07da6c5e
commit 9bd31f70e2

View File

@ -4,7 +4,7 @@
namespace Icinga\Module\Monitoring\Forms\Command\Object; namespace Icinga\Module\Monitoring\Forms\Command\Object;
use Icinga\Module\Monitoring\Command\Object\DeleteDowntimeCommand; use Icinga\Module\Monitoring\Command\Object\DeleteDowntimeCommand;
use \Icinga\Module\Monitoring\Forms\Command\CommandForm; use Icinga\Module\Monitoring\Forms\Command\CommandForm;
use Icinga\Web\Notification; use Icinga\Web\Notification;
/** /**