modify plugin name

This commit is contained in:
2022-02-24 13:55:23 +08:00
parent d5293f28b7
commit dbfad195e3
+1 -1
View File
@@ -113,7 +113,7 @@ class Redis extends Component
*/ */
public function initConnections($name, $isMaster, $max) public function initConnections($name, $isMaster, $max)
{ {
$this->getPool()->initConnections($name, $isMaster, $max); $this->getPool()->initConnections($name, $max);
} }