Doc: Fix IndexController not using `DocController'

refs #4820
This commit is contained in:
Eric Lippmann 2014-05-27 15:09:43 +02:00
parent 178402b65c
commit 6159c05457
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
use Icinga\Module\Doc\Controller as DocController;
use Icinga\Module\Doc\DocController;
class Doc_IndexController extends DocController
{