Esempio n. 1
0
 /**
  * Log Out Action
  */
 public function logout()
 {
     Session::destroy();
     Redirect::to('/');
 }