mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Move UserGroupForm to the Icinga\Forms\Config\UserGroup namespace
refs #8826
This commit is contained in:
parent
e2c250ca77
commit
75c5aa2869
@ -5,7 +5,7 @@ use \Exception;
|
||||
use Icinga\Application\Logger;
|
||||
use Icinga\Data\Reducible;
|
||||
use Icinga\Data\Filter\Filter;
|
||||
use Icinga\Forms\Config\UserGroupForm;
|
||||
use Icinga\Forms\Config\UserGroup\UserGroupForm;
|
||||
use Icinga\Web\Controller\AuthBackendController;
|
||||
use Icinga\Web\Form;
|
||||
use Icinga\Web\Notification;
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||
|
||||
namespace Icinga\Forms\Config;
|
||||
namespace Icinga\Forms\Config\UserGroup;
|
||||
|
||||
use Icinga\Data\Filter\Filter;
|
||||
use Icinga\Forms\RepositoryForm;
|
Loading…
x
Reference in New Issue
Block a user