@@ -79,13 +79,13 @@ |
||
| 79 | 79 | return $this->data(); |
| 80 | 80 | } |
| 81 | 81 | |
| 82 | - /** |
|
| 83 | - * Get the details of the required request |
|
| 84 | - * |
|
| 85 | - * @return object |
|
| 86 | - */ |
|
| 87 | - private function data() |
|
| 88 | - { |
|
| 89 | - return json_decode($this->response->getBody()); |
|
| 90 | - } |
|
| 82 | + /** |
|
| 83 | + * Get the details of the required request |
|
| 84 | + * |
|
| 85 | + * @return object |
|
| 86 | + */ |
|
| 87 | + private function data() |
|
| 88 | + { |
|
| 89 | + return json_decode($this->response->getBody()); |
|
| 90 | + } |
|
| 91 | 91 | } |