Skip to content

Commit 07e1c77

Browse files
committed
add mixin to RedisProxy.php as well.
1 parent 9e764cc commit 07e1c77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/RedisProxy.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414

1515
use Hyperf\Redis\Pool\PoolFactory;
1616

17+
/**
18+
* Class RedisProxy
19+
* @package Hyperf\Redis
20+
* @mixin \Redis
21+
*/
1722
class RedisProxy extends Redis
1823
{
1924
protected $poolName;

0 commit comments

Comments
 (0)