mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-04 15:48:29 +00:00
(add basic logout test and endpoint)
This commit is contained in:
@@ -23,4 +23,10 @@ class LoginController extends Controller
|
||||
|
||||
return redirect('/backstage/concerts/new');
|
||||
}
|
||||
|
||||
public function logout()
|
||||
{
|
||||
Auth::logout();
|
||||
return redirect('/login');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user