mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-01-11 11:28:41 +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 = [
|
||||
'unit' => [
|
||||
'mapper' => UnitMapper::class,
|
||||
'self' => 'riskmngmt_cause_risk',
|
||||
'self' => 'riskmngmt_process_unit',
|
||||
],
|
||||
'department' => [
|
||||
'mapper' => DepartmentMapper::class,
|
||||
'self' => 'riskmngmt_cause_department',
|
||||
'self' => 'riskmngmt_process_department',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user