Add missing alias to the UsergroupbackendController after namespacing
refs #5786
This commit is contained in:
parent
7550f48a71
commit
1da39f6e1e
|
@ -3,6 +3,7 @@
|
|||
|
||||
namespace Icinga\Controllers;
|
||||
|
||||
use Exception;
|
||||
use Icinga\Application\Config;
|
||||
use Icinga\Exception\NotFoundError;
|
||||
use Icinga\Forms\Config\UserGroup\UserGroupBackendForm;
|
||||
|
|
Loading…
Reference in New Issue