@@ -90,7 +90,7 @@ |
||
90 | 90 | 'article/status/' . $articleId, |
91 | 91 | $this->getHeaders() |
92 | 92 | ); |
93 | - $status = json_decode((string) $response->getBody()); |
|
93 | + $status = json_decode((string) $response->getBody()); |
|
94 | 94 | return $status; |
95 | 95 | |
96 | 96 | } catch (\GuzzleHttp\Exception\BadResponseException $e) { |