This commit is contained in:
2021-02-23 16:58:08 +08:00
parent 6462af4c07
commit 21bdf32fc3
+1 -1
View File
@@ -51,7 +51,7 @@ class ObjectPool extends \Snowflake\Abstracts\Pool
public function createClient(string $name, mixed $config): mixed
{
// TODO: Implement createClient() method.
return Snowflake::createObject(array_shift($config));
return Snowflake::createObject($config);
}