Fixed wrong belongsTo name

This commit is contained in:
Dennis Eichhorn 2017-07-03 22:43:27 +02:00
parent c096ad5b55
commit e1c3cdafe3

View File

@ -36,7 +36,7 @@ class DepartmentMapper extends DataMapperAbstract
];
protected static $belongsTo = [
'account' => [
'unit' => [
'mapper' => UnitMapper::class,
'dest' => 'organization_department_unit',
],