From f1a8cef5c0b1d448975daeffecca04879519396c Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 27 Aug 2015 14:17:50 +0200 Subject: [PATCH] Optimize imports in the UsergroupbackendController --- application/controllers/UsergroupbackendController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/controllers/UsergroupbackendController.php b/application/controllers/UsergroupbackendController.php index 4c641586c..eef6afd92 100644 --- a/application/controllers/UsergroupbackendController.php +++ b/application/controllers/UsergroupbackendController.php @@ -3,11 +3,10 @@ use Icinga\Application\Config; use Icinga\Exception\NotFoundError; -use Icinga\Forms\ConfirmRemovalForm; use Icinga\Forms\Config\UserGroup\UserGroupBackendForm; +use Icinga\Forms\ConfirmRemovalForm; use Icinga\Web\Controller; use Icinga\Web\Notification; -use Icinga\Web\Url; /** * Controller to configure user group backends