Fix PHP Warning: The use statement with non-compound name 'Exception' has no effect
This commit is contained in:
parent
342a9375de
commit
68086f1b79
|
@ -30,11 +30,11 @@
|
|||
|
||||
# namespace Icinga\Application\Controllers;
|
||||
|
||||
use \Exception;
|
||||
use Icinga\Web\Controller\ActionController;
|
||||
use Icinga\Authentication\Credential;
|
||||
use Icinga\Authentication\Manager as AuthManager;
|
||||
use Icinga\Form\Authentication\LoginForm;
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Application wide controller for authentication
|
||||
|
|
Loading…
Reference in New Issue