From 6f7b01808a7be9147b7429f0d2cfa23cd4d1bb90 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 22 Feb 2021 00:57:07 +0800 Subject: [PATCH] modify --- System/Pool/Pool.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/System/Pool/Pool.php b/System/Pool/Pool.php index 8fadbc2b..7d846cd6 100644 --- a/System/Pool/Pool.php +++ b/System/Pool/Pool.php @@ -38,4 +38,9 @@ class Pool extends \Snowflake\Abstracts\Pool } + public function createClient(string $name, array $config): mixed + { + // TODO: Implement createClient() method. + return null; + } }