Inherit from Icinga\Web\Controller

fixes #9317
This commit is contained in:
Alexander A. Klimov 2015-05-27 13:19:50 +02:00
parent e33791b50f
commit cbf37bf90e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
use Icinga\Module\Monitoring\Controller;
use Icinga\Web\Controller;
use Icinga\Web\Url;
use Icinga\Web\Widget\Tabextension\DashboardAction;
use Icinga\Web\Widget\Tabextension\OutputFormat;