diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index 573ce488..e32d995f 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -176,7 +176,7 @@ abstract class Pool extends Component // return $connection; // } // } - return $this->createByCallback($name, $callback); + return $this->createClient($name, $callback); }