From 75c5aa2869afc777c9228de864bd0f8744527846 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 26 May 2015 10:24:13 +0200 Subject: [PATCH] Move UserGroupForm to the Icinga\Forms\Config\UserGroup namespace refs #8826 --- application/controllers/GroupController.php | 2 +- application/forms/Config/{ => UserGroup}/UserGroupForm.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename application/forms/Config/{ => UserGroup}/UserGroupForm.php (98%) diff --git a/application/controllers/GroupController.php b/application/controllers/GroupController.php index eb5d5df8f..4d5aa3cc3 100644 --- a/application/controllers/GroupController.php +++ b/application/controllers/GroupController.php @@ -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; diff --git a/application/forms/Config/UserGroupForm.php b/application/forms/Config/UserGroup/UserGroupForm.php similarity index 98% rename from application/forms/Config/UserGroupForm.php rename to application/forms/Config/UserGroup/UserGroupForm.php index b2ac015e4..eb3c2846d 100644 --- a/application/forms/Config/UserGroupForm.php +++ b/application/forms/Config/UserGroup/UserGroupForm.php @@ -1,7 +1,7 @@