diff options
Diffstat (limited to 'library/Businessprocess/ProvidedHook/Icingadb/IcingadbSupport.php')
-rw-r--r-- | library/Businessprocess/ProvidedHook/Icingadb/IcingadbSupport.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/library/Businessprocess/ProvidedHook/Icingadb/IcingadbSupport.php b/library/Businessprocess/ProvidedHook/Icingadb/IcingadbSupport.php new file mode 100644 index 0000000..1ff37d3 --- /dev/null +++ b/library/Businessprocess/ProvidedHook/Icingadb/IcingadbSupport.php @@ -0,0 +1,10 @@ +<?php + +namespace Icinga\Module\Businessprocess\ProvidedHook\Icingadb; + +use Icinga\Module\Icingadb\Hook\IcingadbSupportHook; + +class IcingadbSupport extends IcingadbSupportHook +{ + +} |