mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-18 23:16:16 -05:00
9 lines
179 B
PHP
9 lines
179 B
PHP
<?php
|
|
|
|
namespace Icinga\Module\Businessprocess\ProvidedHook\Icingadb;
|
|
|
|
use Icinga\Module\Icingadb\Hook\IcingadbSupportHook;
|
|
|
|
class IcingadbSupport extends IcingadbSupportHook
|
|
{
|
|
}
|