@@ -79,7 +79,7 @@ |
||
| 79 | 79 | public function parseResponse($response) { |
| 80 | 80 | $status = $response->getStatusCode(); |
| 81 | 81 | if ($status >= 200 && $status <= 299) { |
| 82 | - if($response->json()) { |
|
| 82 | + if ($response->json()) { |
|
| 83 | 83 | $this->_attributes = $response->json(); |
| 84 | 84 | } |
| 85 | 85 | return true; |