Added basic implementation for new webhook events

This commit is contained in:
Alejandro Celaya
2019-12-27 09:25:07 +01:00
parent 34d8b396a4
commit 3fdba53995
4 changed files with 106 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ return [
'hostname' => '',
],
'validate_url' => true,
'visits_webhooks' => [],
],
];