We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bba05 commit 99bd0bcCopy full SHA for 99bd0bc
Traits/RedisTrait.php
@@ -41,7 +41,7 @@ trait RedisTrait
41
/**
42
* @param \Redis|\RedisArray|\RedisCluster|\Predis\Client $redisClient
43
*/
44
- public function init($redisClient, $namespace = '', $defaultLifetime = 0)
+ private function init($redisClient, $namespace = '', $defaultLifetime = 0)
45
{
46
parent::__construct($namespace, $defaultLifetime);
47
0 commit comments