| 1 | <?php |
||
| 14 | class LocalClient extends Client |
||
| 15 | { |
||
| 16 | /** @var \Illuminate\Contracts\Http\Kernel */ |
||
| 17 | protected $kernel; |
||
| 18 | |||
| 19 | /** @var \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory */ |
||
| 20 | protected $psrHttpFactory; |
||
| 21 | |||
| 22 | public function __construct() |
||
| 32 | |||
| 33 | public function sendAsync(RequestInterface $request, array $options = []): PromiseInterface |
||
| 43 | } |
||
| 44 |