Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Nov 15, 2023
1 parent 9457ba1 commit 398f046
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Managers/ChannelManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
);
Expand Down

0 comments on commit 398f046

Please sign in to comment.