Closed okaufmann closed 9 months ago
This pull request addresses a compatibility issue with Laravel Socialite's AbstractProvider by updating the RefreshesOAuth2Tokens trait.
RefreshesOAuth2Tokens is no longer compatible with Laravel Socialite's AbstractProvider. They added the method refreshToken 2 Months ago which now conflicts with the trait.
Summary
This pull request addresses a compatibility issue with Laravel Socialite's AbstractProvider by updating the RefreshesOAuth2Tokens trait.
Explanation
RefreshesOAuth2Tokens is no longer compatible with Laravel Socialite's AbstractProvider. They added the method refreshToken 2 Months ago which now conflicts with the trait.
Checklist