From 398f046f8db0ededbfe467f0a91a320c07297f15 Mon Sep 17 00:00:00 2001 From: Joe Dixon Date: Wed, 15 Nov 2023 15:56:01 +0000 Subject: [PATCH] wip --- src/Managers/ChannelManager.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Managers/ChannelManager.php b/src/Managers/ChannelManager.php index da7be7d1..057da549 100644 --- a/src/Managers/ChannelManager.php +++ b/src/Managers/ChannelManager.php @@ -102,9 +102,7 @@ public function connectionKeys(Channel $channel): Collection */ public function connections(Channel $channel): Connections { - return $this->connections - ->for($this->application) - ->all() + return collect($this->connections->for($this->application)->all()) ->intersectByKeys( $this->connectionKeys($channel) );