Skip to content

Commit

Permalink
Fixed HRIS interface
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercd100 committed Oct 30, 2018
1 parent 554e6db commit 58f0b69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@

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

### 1.0.1
- Fixed HRIS interface

### 1.0.0
- Initial release and connected with packagist.
2 changes: 1 addition & 1 deletion src/Interfaces/HRIS.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

interface HRIS
{
public function hire(Employable $applicant, Job $job);
public function hire(Employable $applicant, Onboard $onboard);
}

0 comments on commit 58f0b69

Please sign in to comment.