From b51ce9c7abb16e0a64da65877116b536d45c5b94 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 21 Apr 2015 12:38:57 +0200 Subject: [PATCH] Move concrete UserGroupBackend classes to Icinga\Authentication\UserGroup refs #8826 --- .../{Backend => UserGroup}/DbUserGroupBackend.php | 3 +-- .../{Backend => UserGroup}/IniUserGroupBackend.php | 3 +-- library/Icinga/Authentication/UserGroup/UserGroupBackend.php | 2 -- 3 files changed, 2 insertions(+), 6 deletions(-) rename library/Icinga/Authentication/{Backend => UserGroup}/DbUserGroupBackend.php (94%) rename library/Icinga/Authentication/{Backend => UserGroup}/IniUserGroupBackend.php (94%) diff --git a/library/Icinga/Authentication/Backend/DbUserGroupBackend.php b/library/Icinga/Authentication/UserGroup/DbUserGroupBackend.php similarity index 94% rename from library/Icinga/Authentication/Backend/DbUserGroupBackend.php rename to library/Icinga/Authentication/UserGroup/DbUserGroupBackend.php index 9b744257e..a5a2a539a 100644 --- a/library/Icinga/Authentication/Backend/DbUserGroupBackend.php +++ b/library/Icinga/Authentication/UserGroup/DbUserGroupBackend.php @@ -1,9 +1,8 @@