monitoring: Remove unnecessary use w/ backlash in DeleteCommentsCommandForm

refs #9449
This commit is contained in:
Eric Lippmann 2015-07-28 11:56:48 +02:00
parent d850cffa42
commit ec07da6c5e
1 changed files with 1 additions and 1 deletions

View File

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