mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-01-11 11:28:41 +00:00
add todos from github
This commit is contained in:
parent
dc0a089a90
commit
b1e5c56926
|
|
@ -40,19 +40,6 @@ final class RiskObjectMapper extends DataMapperAbstract
|
|||
'riskmngmt_risk_object_risk' => ['name' => 'riskmngmt_risk_object_risk', 'type' => 'int', 'internal' => 'risk'],
|
||||
];
|
||||
|
||||
/**
|
||||
* Belongs to.
|
||||
*
|
||||
* @var array<string, array<string, string>>
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static array $belongsTo = [
|
||||
'unit' => [
|
||||
'mapper' => RiskMapper::class,
|
||||
'dest' => 'riskmngmt_risk_object_risk',
|
||||
],
|
||||
];
|
||||
|
||||
/**
|
||||
* Primary table.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user