mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-13 23:08:42 +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 = [
|
protected static $belongsTo = [
|
||||||
'account' => [
|
'unit' => [
|
||||||
'mapper' => UnitMapper::class,
|
'mapper' => UnitMapper::class,
|
||||||
'dest' => 'organization_department_unit',
|
'dest' => 'organization_department_unit',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user