(Draft) Create risk management models

Also fix some belongsTo in other mappers.
This commit is contained in:
Dennis Eichhorn 2017-07-09 10:42:02 +02:00
parent b10a1db1b8
commit 80fcd67b63

View File

@ -160,6 +160,6 @@ class ClientMapper extends DataMapperAbstract
*/
public static function get($primaryKey, int $relations = RelationType::ALL, $fill = null)
{
return parent::get((int) $primaryKey, $relations, $fill);
return parent::get($primaryKey, $relations, $fill);
}
}