Ejemplo n.º 1
0
 /**
  * Gets the last login time.
  *
  * @return \DateTime
  */
 public function getLastLogin()
 {
     return $this->user->getLastLogin();
 }