mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 00:46:27 +02:00
fix missing ,
This commit is contained in:
parent
b5035101b0
commit
1c0ffc246a
1 changed files with 1 additions and 1 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue