mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-01 13:48:41 +00:00
Use global namespace+minor fixes
This commit is contained in:
parent
037b63ba20
commit
3bd882c343
|
|
@ -38,6 +38,12 @@ final class EmployeeMapper extends DataMapperAbstract
|
|||
'hr_staff_active' => ['name' => 'hr_staff_active', 'type' => 'bool', 'internal' => 'isActive'],
|
||||
];
|
||||
|
||||
/**
|
||||
* Belongs to.
|
||||
*
|
||||
* @var array<string, array<string, string>>
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $belongsTo = [
|
||||
'account' => [
|
||||
'mapper' => AccountMapper::class,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user