Use namespaced controllers

fixes #10098
This commit is contained in:
Michael Friedrich 2015-09-04 17:08:34 +02:00
parent 8e2077e02d
commit 49ad12a1a9

View file

@ -1,14 +1,16 @@
<?php
namespace Icinga\Module\Graphite\Controllers;
use DirectoryIterator;
use Icinga\Exception\NotFoundError;
use Icinga\Module\Graphite\GraphiteUtil;
use Icinga\Module\Graphite\GraphiteWeb;
use Icinga\Module\Graphite\GraphTemplate;
use Icinga\Web\Controller;
use Icinga\Web\Widget;
use \DirectoryIterator;
class Graphite_ShowController extends Controller
class ShowController extends Controller
{
protected $baseUrl;