doc: Namespace IndexController

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-27 14:37:44 +02:00
parent 26c403832e
commit 77b9881a38
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Module\Doc\Controllers;
use Icinga\Module\Doc\DocController;
class Doc_IndexController extends DocController
class IndexController extends DocController
{
public function indexAction()
{