mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-29 20:28:40 +00:00
Core adjustments for pending issues
This commit is contained in:
parent
5428ebe55e
commit
dad14c0034
|
|
@ -35,13 +35,10 @@ class EmployeeMapper extends DataMapperAbstract
|
|||
protected static $ownsOne = [
|
||||
'account' => [
|
||||
'mapper' => AccountMapper::class,
|
||||
'src' => 'hr_staff',
|
||||
'src' => 'hr_staff_account',
|
||||
],
|
||||
];
|
||||
|
||||
protected static $hasMany = [
|
||||
];
|
||||
|
||||
/**
|
||||
* Primary table.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user