Skip to content

Commit

Permalink
Added getUsername to Employable interface
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercd100 committed Nov 5, 2018
1 parent 7f0000b commit e2d9e1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `zenapply/common` will be documented in this file.

### 2.0.0
- Added getUsername to Employable interface

### 1.0.2
- Added getPayType to Onboard interface

Expand Down
1 change: 1 addition & 0 deletions src/Interfaces/Employable.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
interface Employable
{
public function getEmail();
public function getUsername();
public function getPhone();
public function getFirstName();
public function getLastName();
Expand Down

0 comments on commit e2d9e1f

Please sign in to comment.