monitoring: Remove unnecessary use w/ backslash in DeleteDowntimesCommandForm

refs #9449
This commit is contained in:
Eric Lippmann 2015-07-28 13:34:39 +02:00
parent 9bd31f70e2
commit 0a01eb66b1

View File

@ -4,7 +4,7 @@
namespace Icinga\Module\Monitoring\Forms\Command\Object;
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;
/**