fix missing ,

This commit is contained in:
osaajani 2021-01-30 11:16:15 +01:00
parent b5035101b0
commit 1c0ffc246a
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class Webhook extends StandardController
'data' => [
'webhook_timestamp' => $timestamp,
'webhook_type' => $webhook['type'],
'webhook_random_id' => $timestamp . '-' . bin2hex(openssl_random_pseudo_bytes(8))
'webhook_random_id' => $timestamp . '-' . bin2hex(openssl_random_pseudo_bytes(8)),
'id' => $sms['id'],
'at' => $sms['at'],
'text' => $sms['text'],