Revert "Introduce controller DashboardsController"

This reverts commit 0d0480afea.
This commit is contained in:
Johannes Meyer 2015-09-29 17:17:47 +02:00
parent dcb4f7f52d
commit d2d6815c92
1 changed files with 0 additions and 13 deletions

View File

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