mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-15 04:18:39 +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 = [
|
protected static $ownsOne = [
|
||||||
'account' => [
|
'account' => [
|
||||||
'mapper' => AccountMapper::class,
|
'mapper' => AccountMapper::class,
|
||||||
'src' => 'hr_staff',
|
'src' => 'hr_staff_account',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
protected static $hasMany = [
|
|
||||||
];
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Primary table.
|
* Primary table.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user