mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-02-04 22:38:40 +00:00
test path fixes
This commit is contained in:
parent
a292889db5
commit
aac0a07c1b
|
|
@ -53,11 +53,11 @@ final class ProcessMapper extends DataMapperAbstract
|
||||||
protected static array $belongsTo = [
|
protected static array $belongsTo = [
|
||||||
'unit' => [
|
'unit' => [
|
||||||
'mapper' => UnitMapper::class,
|
'mapper' => UnitMapper::class,
|
||||||
'self' => 'riskmngmt_cause_risk',
|
'self' => 'riskmngmt_process_unit',
|
||||||
],
|
],
|
||||||
'department' => [
|
'department' => [
|
||||||
'mapper' => DepartmentMapper::class,
|
'mapper' => DepartmentMapper::class,
|
||||||
'self' => 'riskmngmt_cause_department',
|
'self' => 'riskmngmt_process_department',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user