@@ -44,7 +44,7 @@ discard block |
||
| 44 | 44 | } |
| 45 | 45 | |
| 46 | 46 | public function sendData($data) |
| 47 | - { |
|
| 47 | + { |
|
| 48 | 48 | $result = $this->httpClient->request( |
| 49 | 49 | 'POST', |
| 50 | 50 | $this->getEndpoint() . $this->resource, |
@@ -60,5 +60,5 @@ discard block |
||
| 60 | 60 | $this, |
| 61 | 61 | $result->getBody()->getContents() |
| 62 | 62 | ); |
| 63 | - } |
|
| 63 | + } |
|
| 64 | 64 | } |