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

namespace Icinga\Module\Director\ProvidedHook\Icingadb;

use Icinga\Module\Icingadb\Hook\IcingadbSupportHook;

class IcingadbSupport extends IcingadbSupportHook
{

}