Skip to content

Commit cb7fc6d

Browse files
committed
Update RedisFactory.php
1 parent 1c1fc94 commit cb7fc6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RedisFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function get(string $poolName)
3838
{
3939
$proxy = $this->proxies[$poolName] ?? null;
4040
if (! $proxy instanceof RedisProxy) {
41-
throw new InvalidRedisProxyException('Redis proxy is invalid.');
41+
throw new InvalidRedisProxyException('Invalid Redis proxy.');
4242
}
4343

4444
return $proxy;

0 commit comments

Comments
 (0)