doc: Namespace the IcingawebController

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-27 14:39:15 +02:00
parent 2f1d6d7a95
commit 7ea559e6be
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Module\Doc\Controllers;
use Icinga\Application\Icinga;
use Icinga\Module\Doc\DocController;
class Doc_IcingawebController extends DocController
class IcingawebController extends DocController
{
/**
* Get the path to Icinga Web 2's documentation