Authentication\Manager: Fix invalid class path in use statement

refs #8826
This commit is contained in:
Johannes Meyer 2015-05-06 12:18:57 +02:00
parent 16a7b010bc
commit 4d83b2f93d

View File

@ -4,7 +4,7 @@
namespace Icinga\Authentication; namespace Icinga\Authentication;
use Exception; use Exception;
use Icinga\Authentication\Usergroup\UserGroupBackend; use Icinga\Authentication\UserGroup\UserGroupBackend;
use Icinga\Application\Config; use Icinga\Application\Config;
use Icinga\Exception\IcingaException; use Icinga\Exception\IcingaException;
use Icinga\Exception\NotReadableError; use Icinga\Exception\NotReadableError;