Skip to content

Commit 88fa104

Browse files
simPodfilecage
andauthored
docs: fix incorrect examples (#288)
Co-authored-by: David <[email protected]>
1 parent bb30986 commit 88fa104

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,14 @@ use Http\Client\Curl\Client;
5151
use Nyholm\Psr7\Factory\Psr17Factory;
5252
use SimPod\ClickHouseClient\Client\PsrClickHouseClient;
5353
use SimPod\ClickHouseClient\Client\Http\RequestFactory;
54+
use SimPod\ClickHouseClient\Param\ParamValueConverterRegistry;
5455

5556
$psr17Factory = new Psr17Factory;
5657

5758
$clickHouseClient = new PsrClickHouseClient(
5859
new Client(),
5960
new RequestFactory(
61+
new ParamValueConverterRegistry(),
6062
$psr17Factory,
6163
$psr17Factory
6264
),

0 commit comments

Comments
 (0)