This commit is contained in:
2021-02-13 03:37:45 +09:00
parent 2a5870ce9b
commit 28fbf15706

View File

@@ -130,7 +130,6 @@ class Esi {
'form_params' => [
'grant_type' => 'refresh_token',
'refresh_token' => $token->refresh_token,
'scope' => $scopes,
]
]);