Example #1
0
 public function logout()
 {
     Session::deleteAll();
     redirect('home/index');
 }