11 lines
173 B
PHP

<?php
namespace Icinga\Module\Director\ProvidedHook\Icingadb;
use Icinga\Module\Icingadb\Hook\IcingadbSupportHook;
class IcingadbSupport extends IcingadbSupportHook
{
}