Autologin: Do not use absolute `use'
This commit is contained in:
parent
7215ba4f59
commit
65a2bd41bc
|
@ -4,9 +4,9 @@
|
|||
|
||||
namespace Icinga\Authentication\Backend;
|
||||
|
||||
use Zend_Config;
|
||||
use Icinga\Authentication\UserBackend;
|
||||
use Icinga\User;
|
||||
use \Zend_Config;
|
||||
|
||||
/**
|
||||
* Test login with external authentication mechanism, e.g. Apache
|
||||
|
|
Loading…
Reference in New Issue