Skip to content

Commit

Permalink
Fixed typo in Client (#2193)
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich authored Feb 12, 2024
1 parent b3840db commit 8bcb02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ protected function _buildTransport(array $config): Transport

// Http client
if (isset($transportConfig['http_client'])) {
$builder->setClient($config['http_client']);
$builder->setClient($transportConfig['http_client']);
}

// Set HTTP client options
Expand Down

0 comments on commit 8bcb02d

Please sign in to comment.