Move UserGroupForm to the Icinga\Forms\Config\UserGroup namespace

refs #8826
This commit is contained in:
Johannes Meyer 2015-05-26 10:24:13 +02:00
parent e2c250ca77
commit 75c5aa2869
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;