예제 #1
0
 /**
  * Gets the confirmation token.
  *
  * @return string
  */
 public function getConfirmationToken()
 {
     return $this->user->getConfirmationToken();
 }