We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321cee4 commit 4ab318eCopy full SHA for 4ab318e
src/Socialite/PassportProvider.php
@@ -46,7 +46,7 @@ protected function getUserByToken($token)
46
],
47
]);
48
49
- return json_decode($response->getBody(), true);
+ return json_decode((string) $response->getBody(), true);
50
}
51
52
protected function mapUserToObject(array $user)
0 commit comments