Add missing alias to the UsergroupbackendController after namespacing

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-27 14:18:32 +02:00
parent 7550f48a71
commit 1da39f6e1e
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
namespace Icinga\Controllers;
use Exception;
use Icinga\Application\Config;
use Icinga\Exception\NotFoundError;
use Icinga\Forms\Config\UserGroup\UserGroupBackendForm;