Skip to content

Commit

Permalink
fix: change visibility from review
Browse files Browse the repository at this point in the history
  • Loading branch information
zoidbergx committed May 25, 2023
1 parent 4884354 commit 3f85db9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ private function getRedisEvictionPolicy(): string
}


protected function getPrefix(): string
private function getPrefix(): string
{
if ($this->redis instanceof \Predis\ClientInterface) {
$prefix = $this->redis->getOptions()->prefix ? $this->redis->getOptions()->prefix->getPrefix() : '';
Expand Down

0 comments on commit 3f85db9

Please sign in to comment.