@@ -75,7 +75,7 @@ |
||
| 75 | 75 | 'appsecret' => $this->app['config']->get('app_secret'), |
| 76 | 76 | ]]); |
| 77 | 77 | |
| 78 | - return tap($this->castResponseToType($response, 'array'), function ($value) { |
|
| 78 | + return tap($this->castResponseToType($response, 'array'), function($value) { |
|
| 79 | 79 | if (0 !== $value['errcode']) { |
| 80 | 80 | throw new InvalidCredentialsException(json_encode($value)); |
| 81 | 81 | } |