Laravel AT Protocol Client (alpha & unstable)

Merge branch 'refs/heads/dev'

Changed files
+1 -1
src
+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 {