예제 #1
0
 /**
  * Gets the timestamp that the user requested a password reset.
  *
  * @return \DateTime
  * @return UserProxy
  */
 public function getPasswordRequestedAt()
 {
     return $this->user->getPasswordRequestedAt();
 }