monitoring: Namespace the ServicesController

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-28 09:22:13 +02:00
parent 48c625d54d
commit dc5fddcbfe

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\Filter\Filter;
use Icinga\Module\Monitoring\Controller;
use Icinga\Module\Monitoring\Forms\Command\Object\AcknowledgeProblemCommandForm;
@ -17,7 +19,7 @@ use Icinga\Module\Monitoring\Object\ServiceList;
use Icinga\Web\Url;
use Icinga\Web\Widget\Tabextension\DashboardAction;
class Monitoring_ServicesController extends Controller
class ServicesController extends Controller
{
/**
* @var ServiceList