Add WebHook connection callback

This commit is contained in:
Marcel Pociot
2021-12-21 15:50:28 +01:00
parent d34f6d1300
commit 22c2f090e2
2 changed files with 39 additions and 0 deletions

View File

@@ -306,10 +306,18 @@ return [
|
| This is a callback method that will be called when a new connection is
| established.
| The \App\Client\Callbacks\WebHookConnectionCallback::class is included out of the box.
|
*/
'connection_callback' => null,
'connection_callbacks' => [
'webhook' => [
'url' => null,
'secret' => null,
]
],
/*
|--------------------------------------------------------------------------
| Users