monitoring: Namespace the ChartController

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-27 15:40:01 +02:00
parent 3af82547ac
commit f83f56903e
1 changed files with 3 additions and 2 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\Chart\GridChart;
use Icinga\Chart\PieChart;
use Icinga\Chart\Unit\LogarithmicUnit;
@ -12,8 +14,7 @@ use Icinga\Module\Monitoring\Controller;
*
* Interface to send commands and display forms
*/
class Monitoring_ChartController extends Controller
class ChartController extends Controller
{
private function drawLogChart1()
{