Optimize imports in the UserController

This commit is contained in:
Eric Lippmann 2015-08-27 14:16:02 +02:00
parent a8e6daa678
commit 142264b784
1 changed files with 1 additions and 1 deletions

View File

@ -2,11 +2,11 @@
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
use Icinga\Application\Logger;
use Icinga\Data\DataArray\ArrayDatasource;
use Icinga\Exception\ConfigurationError;
use Icinga\Exception\NotFoundError;
use Icinga\Forms\Config\User\CreateMembershipForm;
use Icinga\Forms\Config\User\UserForm;
use Icinga\Data\DataArray\ArrayDatasource;
use Icinga\User;
use Icinga\Web\Controller\AuthBackendController;
use Icinga\Web\Form;