Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 0dc2db1

Browse files
committed
style fix
1 parent 6b6197f commit 0dc2db1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ChannelManagers/LocalChannelManager.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ public function unsubscribeFromAllChannels(ConnectionInterface $connection): Pro
174174
$this->getLocalChannels($connection->app->id)
175175
->then(function ($channels) use ($connection) {
176176
collect($channels)
177-
->each(function (Channel $channel) use ($connection) {
178-
$channel->unsubscribe($connection);
179-
});
177+
->each(function (Channel $channel) use ($connection) {
178+
$channel->unsubscribe($connection);
179+
});
180180

181181
collect($channels)
182182
->reject->hasConnections()

0 commit comments

Comments
 (0)