2015-08-27 14:40:02 +02:00

14 lines
249 B
PHP

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