fadlyshafa

Untitled

May 17th, 2020
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. ....
  2. Route::get('/home', function(){
  3.     return redirect('/beranda');
  4. });
  5.  
  6. Route::get('keluar',function(){
  7.     \Auth::logout();
  8.     return redirect('login');
  9. });
Add Comment
Please, Sign In to add comment