@@ -121,7 +121,7 @@ |
||
| 121 | 121 | 'status' => $response->getStatusCode(), |
| 122 | 122 | 'headers' => $response->getHeaders(), |
| 123 | 123 | 'body' => $response->getBody() |
| 124 | - ->detach(), |
|
| 124 | + ->detach(), |
|
| 125 | 125 | 'transfer_stats' => ['total_time' => 0], |
| 126 | 126 | 'effective_url' => (string)$psr7Request->getUri(), |
| 127 | 127 | ]); |
@@ -123,7 +123,7 @@ |
||
| 123 | 123 | 'body' => $response->getBody() |
| 124 | 124 | ->detach(), |
| 125 | 125 | 'transfer_stats' => ['total_time' => 0], |
| 126 | - 'effective_url' => (string)$psr7Request->getUri(), |
|
| 126 | + 'effective_url' => (string) $psr7Request->getUri(), |
|
| 127 | 127 | ]); |
| 128 | 128 | }); |
| 129 | 129 | } |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | use Elasticsearch\Client; |
| 4 | 4 | use Illuminate\Container\Container; |
| 5 | 5 | use Illuminate\Foundation\Application as LaravelApplication; |
| 6 | -use Illuminate\Foundation\Application; |
|
| 7 | 6 | use Illuminate\Support\ServiceProvider as BaseServiceProvider; |
| 8 | 7 | use Laravel\Lumen\Application as LumenApplication; |
| 9 | 8 | |