blob: 1123332d2f600bfcda56a445002f2b65efd1040e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
// Icinga Reporting | (c) 2018 Icinga GmbH | GPLv2
namespace Icinga\Module\Reporting\Web;
use ipl\Web\Compat\CompatController;
class Controller extends CompatController
{
}
|