monitoring: Namespace the HostController

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-27 23:18:48 +02:00
parent 568c0f0955
commit 1f922a7da6
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\Module\Monitoring\Forms\Command\Object\AcknowledgeProblemCommandForm;
use Icinga\Module\Monitoring\Forms\Command\Object\AddCommentCommandForm;
use Icinga\Module\Monitoring\Forms\Command\Object\ProcessCheckResultCommandForm;
@ -11,7 +13,7 @@ use Icinga\Module\Monitoring\Object\Host;
use Icinga\Module\Monitoring\Web\Controller\MonitoredObjectController;
use Icinga\Web\Hook;
class Monitoring_HostController extends MonitoredObjectController
class HostController extends MonitoredObjectController
{
/**
* (non-PHPDoc)