add "ably" in comment as a broadcast connection (#5531)

'ably' was added in the connections array, but the comment was not updated to reflect this fact.
This commit is contained in:
Khaled 2021-02-06 17:35:22 -07:00 committed by GitHub
parent c1b56831df
commit 6d082c81e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
| framework when an event needs to be broadcast. You may set this to | framework when an event needs to be broadcast. You may set this to
| any of the connections defined in the "connections" array below. | any of the connections defined in the "connections" array below.
| |
| Supported: "pusher", "redis", "log", "null" | Supported: "pusher", "ably", "redis", "log", "null"
| |
*/ */