test path fixes

This commit is contained in:
Dennis Eichhorn 2020-03-28 16:27:03 +01:00
parent a292889db5
commit aac0a07c1b

View File

@ -53,11 +53,11 @@ final class ProcessMapper extends DataMapperAbstract
protected static array $belongsTo = [
'unit' => [
'mapper' => UnitMapper::class,
'self' => 'riskmngmt_cause_risk',
'self' => 'riskmngmt_process_unit',
],
'department' => [
'mapper' => DepartmentMapper::class,
'self' => 'riskmngmt_cause_department',
'self' => 'riskmngmt_process_department',
],
];