Skip to content

Commit

Permalink
Added getHiredDateAsString
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercd100 committed Nov 19, 2018
1 parent 437c81c commit 1c49312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

### 5.0.0
- Added getHiredDateAsString
### 4.0.0
- Added getHrisCostCenter1, getHrisCostCenter2, getHrisCostCenter3, getHrisPositionId, getHrisLocationId to Onboard

Expand Down
1 change: 1 addition & 0 deletions src/Interfaces/Onboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ interface Onboard
public function getPositionId();
public function getLocationId();
public function getHiredDate();
public function getHiredDateAsString();
public function getEmployeeType();
public function getExtraData();
public function getPayType();
Expand Down

0 comments on commit 1c49312

Please sign in to comment.