monitoring: Namespace the ConfigController

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-27 16:05:57 +02:00
parent f1c7f856cd
commit 15be844d76

View File

@ -1,6 +1,8 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Module\Monitoring\Controllers;
use Icinga\Data\ResourceFactory;
use Icinga\Exception\ConfigurationError;
use Icinga\Forms\ConfirmRemovalForm;
@ -13,7 +15,7 @@ use Icinga\Web\Notification;
/**
* Configuration controller for editing monitoring resources
*/
class Monitoring_ConfigController extends Controller
class ConfigController extends Controller
{
/**
* Display a list of available backends and instances