Skip to content

Commit

Permalink
add "ably" in comment as a broadcast connection (laravel#5531)
Browse files Browse the repository at this point in the history
'ably' was added in the connections array, but the comment was not updated to reflect this fact.
  • Loading branch information
Khuthaily authored Feb 7, 2021
1 parent c1b5683 commit 6d082c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/broadcasting.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
| framework when an event needs to be broadcast. You may set this to
| any of the connections defined in the "connections" array below.
|
| Supported: "pusher", "redis", "log", "null"
| Supported: "pusher", "ably", "redis", "log", "null"
|
*/

Expand Down

0 comments on commit 6d082c8

Please sign in to comment.