Namespace the AuthenticationController

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-27 13:09:58 +02:00
parent 358735a0a3
commit 5518f61614
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
# namespace Icinga\Application\Controllers;
namespace Icinga\Controllers;
use Icinga\Application\Icinga;
use Icinga\Forms\Authentication\LoginForm;