chore: lots of changes
This commit is contained in:
8
src/Framework/HttpClient/HttpClient.php
Normal file
8
src/Framework/HttpClient/HttpClient.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Framework\HttpClient;
|
||||
|
||||
interface HttpClient
|
||||
{
|
||||
public function send(ClientRequest $request): ClientResponse;
|
||||
}
|
||||
Reference in New Issue
Block a user