Skip to content

Commit

Permalink
docs: fix incorrect examples (#288)
Browse files Browse the repository at this point in the history
Co-authored-by: David <filecage@users.noreply.github.com>
  • Loading branch information
simPod and filecage authored Jan 29, 2025
1 parent bb30986 commit 88fa104
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@ use Http\Client\Curl\Client;
use Nyholm\Psr7\Factory\Psr17Factory;
use SimPod\ClickHouseClient\Client\PsrClickHouseClient;
use SimPod\ClickHouseClient\Client\Http\RequestFactory;
use SimPod\ClickHouseClient\Param\ParamValueConverterRegistry;

$psr17Factory = new Psr17Factory;

$clickHouseClient = new PsrClickHouseClient(
new Client(),
new RequestFactory(
new ParamValueConverterRegistry(),
$psr17Factory,
$psr17Factory
),
Expand Down

0 comments on commit 88fa104

Please sign in to comment.