blob: 1ff37d31e94e635a88f79c8a047afd2f65ff54cc (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
namespace Icinga\Module\Businessprocess\ProvidedHook\Icingadb;
use Icinga\Module\Icingadb\Hook\IcingadbSupportHook;
class IcingadbSupport extends IcingadbSupportHook
{
}
|