Move UserForm to the Icinga\Forms\Config\User namespace

refs #8826
This commit is contained in:
Johannes Meyer 2015-05-26 10:23:40 +02:00
parent 2164fcf4b4
commit e2c250ca77
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
use \Exception; use \Exception;
use Icinga\Application\Logger; use Icinga\Application\Logger;
use Icinga\Forms\Config\UserForm; use Icinga\Forms\Config\User\UserForm;
use Icinga\Data\DataArray\ArrayDatasource; use Icinga\Data\DataArray\ArrayDatasource;
use Icinga\User; use Icinga\User;
use Icinga\Web\Controller\AuthBackendController; use Icinga\Web\Controller\AuthBackendController;

View File

@ -1,7 +1,7 @@
<?php <?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ /* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Forms\Config; namespace Icinga\Forms\Config\User;
use Icinga\Data\Filter\Filter; use Icinga\Data\Filter\Filter;
use Icinga\Forms\RepositoryForm; use Icinga\Forms\RepositoryForm;