Add missing alias to the UserController after namespacing

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-27 14:17:19 +02:00
parent 2ed3af8f11
commit aae4e5c48d
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
namespace Icinga\Controllers;
use Exception;
use Icinga\Application\Logger;
use Icinga\Data\DataArray\ArrayDatasource;
use Icinga\Exception\ConfigurationError;