Skip to content

Commit

Permalink
Merge pull request #31016 from themsaid/RedisgetConnection
Browse files Browse the repository at this point in the history
[6.x] Make RedisQueue::getConnection() public
  • Loading branch information
taylorotwell committed Jan 4, 2020
2 parents 3604e33 + e52149b commit 81be835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/RedisQueue.php
Expand Up @@ -293,7 +293,7 @@ public function getQueue($queue)
*
* @return \Illuminate\Redis\Connections\Connection
*/
protected function getConnection()
public function getConnection()
{
return $this->redis->connection($this->connection);
}
Expand Down

0 comments on commit 81be835

Please sign in to comment.