@@ -19,7 +19,7 @@ |
||
| 19 | 19 | ] |
| 20 | 20 | ); |
| 21 | 21 | |
| 22 | - $body = json_decode((string)$response->getBody()); |
|
| 22 | + $body = json_decode((string) $response->getBody()); |
|
| 23 | 23 | return $body->success; |
| 24 | 24 | } |
| 25 | 25 | } |
| 26 | 26 | \ No newline at end of file |