From 6d082c81e5bf226dfa6d1dc030e69a225349f535 Mon Sep 17 00:00:00 2001 From: Khaled Date: Sat, 6 Feb 2021 17:35:22 -0700 Subject: [PATCH] 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. --- config/broadcasting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/broadcasting.php b/config/broadcasting.php index ef20859859c..2d529820cc5 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -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" | */