Skip to content

Commit

Permalink
Merge pull request #3 from jeanmonod/patch-1
Browse files Browse the repository at this point in the history
Allow lib users to override the HttpClient class
  • Loading branch information
doishub authored Jun 12, 2024
2 parents 3dda459 + 22a946d commit 49f0f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HttpClient/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Symfony\Contracts\HttpClient\Exception\TransportExceptionInterface;
use Symfony\Contracts\HttpClient\HttpClientInterface as SymfonyHttpClientInterface;

final class HttpClient implements HttpClientInterface
class HttpClient implements HttpClientInterface
{
private SymfonyHttpClientInterface $client;
private string $endpoint;
Expand Down

0 comments on commit 49f0f28

Please sign in to comment.