This commit is contained in:
2021-04-27 17:47:38 +08:00
parent 23a9607272
commit 682d17deca
+1 -1
View File
@@ -176,7 +176,7 @@ abstract class Pool extends Component
// return $connection;
// }
// }
return $this->createByCallback($name, $callback);
return $this->createClient($name, $callback);
}