This commit is contained in:
xl
2022-05-04 02:55:14 +08:00
parent f3cd9b4b7c
commit 2620e88447
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ use Psr\Http\Message\ResponseInterface;
/**
*
*/
class JsonRpcTransporter implements ClientInterface
class JsonRpcTransporter implements RpcClientInterface
{