Skip to content

Commit a1e3a70

Browse files
authored
Update Client.php
1 parent 8476014 commit a1e3a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/Http/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Psr\Http\Client\ClientInterface as Psr18ClientInterface;
1313
use Psr\Http\Message\RequestFactoryInterface as Psr17RequestFactoryInterface;
1414

15-
final class Client implements ClientInterface
15+
class Client implements ClientInterface
1616
{
1717
/**
1818
* The Http Client which implements `public function sendRequest(RequestInterface $request)`

0 commit comments

Comments
 (0)