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

Commit 630efa2

Browse files
committed
Unsubscribe from all channels in sync mode.
1 parent 5808a66 commit 630efa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ChannelManagers/RedisChannelManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ public function unsubscribeFromAllChannels(ConnectionInterface $connection)
143143
$connection, $channel, new stdClass
144144
);
145145
}
146-
})->then(function () use ($connection) {
147-
parent::unsubscribeFromAllChannels($connection);
148146
});
147+
148+
parent::unsubscribeFromAllChannels($connection);
149149
}
150150

151151
/**

0 commit comments

Comments
 (0)