Laravel AT Protocol Client (alpha & unstable)
3
fork

Configure Feed

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

Merge branch 'refs/heads/dev'

+1 -1
+1 -1
src/Session/SessionManager.php
··· 14 14 use SocialDept\AtpClient\Exceptions\HandleResolutionException; 15 15 use SocialDept\AtpClient\Exceptions\SessionExpiredException; 16 16 use SocialDept\AtpResolver\Facades\Resolver; 17 - use SocialDept\Resolver\Support\Identity; 17 + use SocialDept\AtpResolver\Support\Identity; 18 18 19 19 class SessionManager 20 20 {