Remove unused alias in the AuthenticationController

This commit is contained in:
Eric Lippmann 2015-08-27 13:10:21 +02:00
parent 5518f61614
commit 016bcf070f
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ namespace Icinga\Controllers;
use Icinga\Application\Icinga;
use Icinga\Forms\Authentication\LoginForm;
use Icinga\Web\Controller;
use Icinga\Web\Cookie;
use Icinga\Web\Url;
/**