Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
22 | public function __construct() |
||
23 | { |
||
24 | parent::__construct(); |
||
25 | |||
26 | $this->kernel = app(HttpKernel::class); |
||
27 | |||
28 | $psr17Factory = new Psr17Factory(); |
||
29 | |||
30 | $this->psrHttpFactory = new PsrHttpFactory($psr17Factory, $psr17Factory, $psr17Factory, $psr17Factory); |
||
31 | } |
||
32 | public function sendAsync(RequestInterface $request, array $options = []) |
||
48 |