This commit is contained in:
2021-12-06 15:51:29 +08:00
parent 8c16d9f4b3
commit 20adc186d4
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -48,7 +48,6 @@ class Redis implements StopHeartbeatCheck
*/
public function __construct(array $config)
{
var_dump($config);
$this->host = $config['host'];
$this->port = $config['port'];
$this->database = $config['database'];