mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-30 02:19:34 -05:00
10 lines
180 B
PHP
10 lines
180 B
PHP
<?php
|
|
|
|
namespace Icinga\Module\Businessprocess\ProvidedHook\Icingadb;
|
|
|
|
use Icinga\Module\Icingadb\Hook\IcingadbSupportHook;
|
|
|
|
class IcingadbSupport extends IcingadbSupportHook
|
|
{
|
|
|
|
}
|