mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Authentication\Manager: Fix invalid class path in use statement
refs #8826
This commit is contained in:
parent
16a7b010bc
commit
4d83b2f93d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user