Example #1
0
 public function logout()
 {
     User::LogOutUser();
     redirect('/login');
 }