Add missing aliases in the ConfigController after namespacing

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-27 13:23:12 +02:00
parent e9c73c1810
commit a9e6a4ed5c
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
namespace Icinga\Controllers;
use Exception;
use InvalidArgumentException;
use Icinga\Application\Config;
use Icinga\Application\Icinga;
use Icinga\Application\Modules\Module;