Skip to content

Commit edbd8fe

Browse files
authored
Merge pull request #4 from diimolabs/develop
🐛 save oauth-credentials in storage/app
2 parents 033f11b + b5bdea3 commit edbd8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OAuthHttpClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ private function requestToken()
3535
abort(403);
3636
}
3737

38-
Storage::put('oauth-credentials.json.key', $response->body());
38+
Storage::disk('local')->put('oauth-credentials.json.key', $response->body());
3939
}
4040

4141
private function validateToken()

0 commit comments

Comments
 (0)