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