From 4d83b2f93d8e59b4a20643f6f0e9b1a8277d60ea Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 6 May 2015 12:18:57 +0200 Subject: [PATCH] Authentication\Manager: Fix invalid class path in use statement refs #8826 --- library/Icinga/Authentication/Manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Authentication/Manager.php b/library/Icinga/Authentication/Manager.php index 9d86b6ad6..8a150c8b0 100644 --- a/library/Icinga/Authentication/Manager.php +++ b/library/Icinga/Authentication/Manager.php @@ -4,7 +4,7 @@ namespace Icinga\Authentication; use Exception; -use Icinga\Authentication\Usergroup\UserGroupBackend; +use Icinga\Authentication\UserGroup\UserGroupBackend; use Icinga\Application\Config; use Icinga\Exception\IcingaException; use Icinga\Exception\NotReadableError;