コード例 #1
0
 /**
  * Create a new user
  *
  * @return integer
  */
 public function resend(array $input)
 {
     if (!$this->valid($input)) {
         return false;
     }
     return $this->user->resend($input);
 }