Skip to content

Commit

Permalink
Added cost center functions to Onboard interface
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercd100 committed Nov 13, 2018
1 parent e2d9e1f commit b245b99
Show file tree
Hide file tree
Showing 2 changed files with 6 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.

### 3.0.0
- Added cost center functions to Onboard interface

### 2.0.0
- Added getUsername to Employable interface

Expand Down
3 changes: 3 additions & 0 deletions src/Interfaces/Onboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ public function getHiredDate();
public function getEmployeeType();
public function getExtraData();
public function getPayType();
public function getCostCenter1();
public function getCostCenter2();
public function getCostCenter3();
}

0 comments on commit b245b99

Please sign in to comment.