mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-01-25 22:38:40 +00:00
Fixed wrong belongsTo name
This commit is contained in:
parent
c096ad5b55
commit
e1c3cdafe3
|
|
@ -36,7 +36,7 @@ class DepartmentMapper extends DataMapperAbstract
|
|||
];
|
||||
|
||||
protected static $belongsTo = [
|
||||
'account' => [
|
||||
'unit' => [
|
||||
'mapper' => UnitMapper::class,
|
||||
'dest' => 'organization_department_unit',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user