Introduce controller DashboardsController

This commit is contained in:
Johannes Meyer 2015-09-29 13:43:56 +02:00
parent f6e67670e6
commit 0d0480afea
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Controllers;
use Icinga\Web\Controller;
/**
* Dashboards
*/
class DashboardsController extends Controller
{
}