Skip to content

Commit 1aebe5c

Browse files
author
Renato Marinho
authored
Merge pull request #266 from AgusRdz/hotfix-session-auth
Added Session facade to fix the issue on logout
2 parents b42e171 + 2a03bf8 commit 1aebe5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Http/Controllers/Web/AuthController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
use Socialite;
1414
use Auth;
1515
use SocialiteProviders\Manager\Exception\InvalidArgumentException;
16+
use Session;
1617

1718
class AuthController extends Controller
1819
{

0 commit comments

Comments
 (0)