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; + } }