monitoring: Namespace the HostsController

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-27 23:22:55 +02:00
parent 6931ad9411
commit 6e2afe5d57
1 changed files with 3 additions and 1 deletions

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\Data\Filter\FilterEqual;
use Icinga\Module\Monitoring\Controller;
@ -17,7 +19,7 @@ use Icinga\Module\Monitoring\Object\HostList;
use Icinga\Web\Url;
use Icinga\Web\Widget\Tabextension\DashboardAction;
class Monitoring_HostsController extends Controller
class HostsController extends Controller
{
/**
* @var HostList