doc: Namespace the StyleController

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-27 14:22:35 +02:00
parent ee7e0e80d2
commit 5fadb647e2
1 changed files with 3 additions and 1 deletions

View File

@ -1,11 +1,13 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Module\Doc\Controllers;
use Icinga\Application\Icinga;
use Icinga\Web\Controller;
use Icinga\Web\Widget;
class Doc_StyleController extends Controller
class StyleController extends Controller
{
public function guideAction()
{