Skip to content

Commit

Permalink
Merge pull request #16 from kudmni/patch-1
Browse files Browse the repository at this point in the history
Method getEmail()
  • Loading branch information
j4k authored Sep 28, 2017
2 parents 45e7e2c + 2781e20 commit f11cf7b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,13 @@ public function getSex()
{
return $this->getField('sex');
}
/**
* @return string
*/
public function getEmail()
{
return $this->getField('email');
}


}

0 comments on commit f11cf7b

Please sign in to comment.