예제 #1
0
 /**
  * Log out the user
  *
  * @return null
  */
 public function logout()
 {
     return Confide::logout();
 }