Optimize imports in the UsergroupbackendController

This commit is contained in:
Eric Lippmann 2015-08-27 14:17:50 +02:00
parent aae4e5c48d
commit f1a8cef5c0

View File

@ -3,11 +3,10 @@
use Icinga\Application\Config; use Icinga\Application\Config;
use Icinga\Exception\NotFoundError; use Icinga\Exception\NotFoundError;
use Icinga\Forms\ConfirmRemovalForm;
use Icinga\Forms\Config\UserGroup\UserGroupBackendForm; use Icinga\Forms\Config\UserGroup\UserGroupBackendForm;
use Icinga\Forms\ConfirmRemovalForm;
use Icinga\Web\Controller; use Icinga\Web\Controller;
use Icinga\Web\Notification; use Icinga\Web\Notification;
use Icinga\Web\Url;
/** /**
* Controller to configure user group backends * Controller to configure user group backends