Skip to content

Commit dea05eb

Browse files
author
Renato Marinho
authored
Merge pull request #264 from hussamEL-Hwary/patch-1
Update AuthController.php
2 parents 301a7e0 + 0c25dcc commit dea05eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Web/AuthController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function login()
2929
public function logout()
3030
{
3131
Auth::logout();
32-
32+
Session::flush();
3333
return redirect()->route('home');
3434
}
3535

0 commit comments

Comments
 (0)