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