Skip to content

Commit 2a03bf8

Browse files
committed
Added Session facade to fix the issue on logout
1 parent b42e171 commit 2a03bf8

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)