예제 #1
0
파일: Confide.php 프로젝트: joshle/confide
 /**
  * Sets the 'confirmed' field of the user with the matching code to true.
  *
  * @param string $code
  *
  * @return bool Success
  */
 public function confirm($code)
 {
     return $this->repo->confirmByCode($code);
 }