Skip to content

Commit 5097026

Browse files
committed
Fixed #1239
1 parent 8bd0926 commit 5097026

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/RedisProxy.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,10 @@ public function __construct(PoolFactory $factory, string $pool)
2424

2525
$this->poolName = $pool;
2626
}
27+
28+
public function __call($name, $arguments)
29+
{
30+
return parent::__call($name, $arguments);
31+
}
32+
2733
}

0 commit comments

Comments
 (0)