Exemplo n.º 1
0
 public function setCredentialsExpireAt(\DateTime $date)
 {
     $this->user->setCredentialsExpireAt($date);
     return $this;
 }