This commit is contained in:
as2252258@163.com
2021-02-22 00:57:07 +08:00
parent 985157ad8b
commit 6f7b01808a
+5
View File
@@ -38,4 +38,9 @@ class Pool extends \Snowflake\Abstracts\Pool
}
public function createClient(string $name, array $config): mixed
{
// TODO: Implement createClient() method.
return null;
}
}