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

Commit

Permalink
Unsubscribe from all channels in sync mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Sep 15, 2020
1 parent 5808a66 commit 630efa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ChannelManagers/RedisChannelManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ public function unsubscribeFromAllChannels(ConnectionInterface $connection)
$connection, $channel, new stdClass
);
}
})->then(function () use ($connection) {
parent::unsubscribeFromAllChannels($connection);
});

parent::unsubscribeFromAllChannels($connection);
}

/**
Expand Down

0 comments on commit 630efa2

Please sign in to comment.