monitoring: Namespace the DowntimeController

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-27 16:08:09 +02:00
parent dce8afd5bd
commit a50d2110be
1 changed files with 3 additions and 1 deletions

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\Module\Monitoring\Controller; use Icinga\Module\Monitoring\Controller;
use Icinga\Module\Monitoring\Forms\Command\Object\DeleteDowntimeCommandForm; use Icinga\Module\Monitoring\Forms\Command\Object\DeleteDowntimeCommandForm;
use Icinga\Module\Monitoring\Object\Host; use Icinga\Module\Monitoring\Object\Host;
@ -11,7 +13,7 @@ use Icinga\Web\Widget\Tabextension\DashboardAction;
/** /**
* Display detailed information about a downtime * Display detailed information about a downtime
*/ */
class Monitoring_DowntimeController extends Controller class DowntimeController extends Controller
{ {
/** /**
* The fetched downtime * The fetched downtime