Namespace the ConfigController

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

View File

@ -1,6 +1,8 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Controllers;
use Icinga\Application\Config;
use Icinga\Application\Icinga;
use Icinga\Application\Modules\Module;