summaryrefslogtreecommitdiffstats
path: root/library/Cube/ProvidedHook/Icingadb/IcingadbSupport.php
blob: a32310acc158381d9793422fd882b20149174e13 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

// Icinga Web 2 Cube Module | (c) 2022 Icinga GmbH | GPLv2

namespace Icinga\Module\Cube\ProvidedHook\Icingadb;

use Icinga\Module\Icingadb\Hook\IcingadbSupportHook;

class IcingadbSupport extends IcingadbSupportHook
{
}