Add missing aliases in the ConfigController after namespacing
refs #5786
This commit is contained in:
parent
e9c73c1810
commit
a9e6a4ed5c
|
@ -3,6 +3,8 @@
|
|||
|
||||
namespace Icinga\Controllers;
|
||||
|
||||
use Exception;
|
||||
use InvalidArgumentException;
|
||||
use Icinga\Application\Config;
|
||||
use Icinga\Application\Icinga;
|
||||
use Icinga\Application\Modules\Module;
|
||||
|
|
Loading…
Reference in New Issue