Namespace the UsergroupbackendController

This commit is contained in:
Eric Lippmann 2015-08-27 14:18:17 +02:00
parent f1a8cef5c0
commit 7550f48a71
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Controllers;
use Icinga\Application\Config;
use Icinga\Exception\NotFoundError;
use Icinga\Forms\Config\UserGroup\UserGroupBackendForm;