@@ -124,7 +124,7 @@ |
||
124 | 124 | return; |
125 | 125 | } |
126 | 126 | if ($preferredDriver === self::DRIVER_PREDIS && class_exists('Predis\Client')) { |
127 | - $this->driver = new Client([ |
|
127 | + $this->driver = new Client([ |
|
128 | 128 | 'host' => $this->host, |
129 | 129 | 'port' => $this->port, |
130 | 130 | ]); |