@@ -23,7 +23,7 @@ |
||
| 23 | 23 | public static function getResponse(Request $request, ApiSalesforce $service) |
| 24 | 24 | { |
| 25 | 25 | try { |
| 26 | - $response = $service->send($request, [ 'timeout' => 0 ]); |
|
| 26 | + $response = $service->send($request, ['timeout' => 0]); |
|
| 27 | 27 | } catch (\Exception $e) { |
| 28 | 28 | throw new HttpClientException($e->getMessage()); |
| 29 | 29 | } |