We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 033f11b + b5bdea3 commit edbd8feCopy full SHA for edbd8fe
src/OAuthHttpClient.php
@@ -35,7 +35,7 @@ private function requestToken()
35
abort(403);
36
}
37
38
- Storage::put('oauth-credentials.json.key', $response->body());
+ Storage::disk('local')->put('oauth-credentials.json.key', $response->body());
39
40
41
private function validateToken()
0 commit comments