diff --git a/src/ChannelManagers/RedisChannelManager.php b/src/ChannelManagers/RedisChannelManager.php index 01ec084..3071a8a 100644 --- a/src/ChannelManagers/RedisChannelManager.php +++ b/src/ChannelManagers/RedisChannelManager.php @@ -143,9 +143,9 @@ class RedisChannelManager extends LocalChannelManager $connection, $channel, new stdClass ); } - })->then(function () use ($connection) { - parent::unsubscribeFromAllChannels($connection); }); + + parent::unsubscribeFromAllChannels($connection); } /**