summaryrefslogtreecommitdiffstats
path: root/library/X509/ProvidedHook/X509ImportSource.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/X509/ProvidedHook/X509ImportSource.php')
-rw-r--r--library/X509/ProvidedHook/X509ImportSource.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/library/X509/ProvidedHook/X509ImportSource.php b/library/X509/ProvidedHook/X509ImportSource.php
new file mode 100644
index 0000000..dc280c0
--- /dev/null
+++ b/library/X509/ProvidedHook/X509ImportSource.php
@@ -0,0 +1,11 @@
+<?php
+
+// Icinga Web 2 X.509 Module | (c) 2019 Icinga GmbH | GPLv2
+
+namespace Icinga\Module\X509\ProvidedHook;
+
+use Icinga\Module\Director\Hook\ImportSourceHook;
+
+abstract class X509ImportSource extends ImportSourceHook
+{
+}