Fixes belongs to bugs

This commit is contained in:
Dennis Eichhorn 2017-07-05 16:56:26 +02:00
parent 7e8b17edce
commit d41dd11069
2 changed files with 3 additions and 3 deletions

View File

@ -165,7 +165,7 @@ class Risk
$this->department = $department; $this->department = $department;
} }
public function getcategory() public function getCategory()
{ {
return $this->category; return $this->category;
} }

View File

@ -57,8 +57,8 @@ class RiskMapper extends DataMapperAbstract
'media' => [ 'media' => [
'mapper' => MediaMapper::class, 'mapper' => MediaMapper::class,
'table' => 'riskmngmt_risk_media', 'table' => 'riskmngmt_risk_media',
'dst' => 'riskmngmt_risk_media_media', 'dst' => 'riskmngmt_risk_media_risk',
'src' => 'riskmngmt_risk_media_risk', 'src' => 'riskmngmt_risk_media_media',
], ],
'riskObjects' => [ 'riskObjects' => [
'mapper' => RiskObjectMapper::class, 'mapper' => RiskObjectMapper::class,