@@ -27,6 +27,9 @@ |
||
27 | 27 | return $this->response; |
28 | 28 | } |
29 | 29 | |
30 | + /** |
|
31 | + * @param string $data |
|
32 | + */ |
|
30 | 33 | public function __toArray($data) |
31 | 34 | { |
32 | 35 | return @json_decode($data); |