Laravel AT Protocol Client (alpha & unstable)
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix AtpResolver namespace import in OAuthEngine

+1 -1
+1 -1
src/Auth/OAuthEngine.php
··· 8 8 use SocialDept\AtpClient\Data\DPoPKey; 9 9 use SocialDept\AtpClient\Exceptions\AuthenticationException; 10 10 use SocialDept\AtpClient\Http\DPoPClient; 11 - use SocialDept\Resolver\Facades\Resolver; 11 + use SocialDept\AtpResolver\Facades\Resolver; 12 12 13 13 class OAuthEngine 14 14 {