add todos from github

This commit is contained in:
Dennis Eichhorn 2019-12-31 19:54:45 +01:00
parent dc0a089a90
commit b1e5c56926

View File

@ -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.
*