mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
monitoring: Don't use Monitoring\Controller as MonitoringController in the TacticalController
This commit is contained in:
parent
411ad407b1
commit
cfab9d99ff
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
<?php
|
||||
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||
|
||||
use Icinga\Module\Monitoring\Controller as MonitoringController;
|
||||
use Icinga\Module\Monitoring\Controller;
|
||||
use Icinga\Web\Widget\Tabextension\DashboardAction;
|
||||
use Icinga\Web\Url;
|
||||
|
||||
class Monitoring_TacticalController extends MonitoringController
|
||||
class Monitoring_TacticalController extends Controller
|
||||
{
|
||||
public function indexAction()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue