mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-12 14:58:43 +00:00
(Draft) Create risk management models
Also fix some belongsTo in other mappers.
This commit is contained in:
parent
b10a1db1b8
commit
80fcd67b63
|
|
@ -160,6 +160,6 @@ class ClientMapper extends DataMapperAbstract
|
||||||
*/
|
*/
|
||||||
public static function get($primaryKey, int $relations = RelationType::ALL, $fill = null)
|
public static function get($primaryKey, int $relations = RelationType::ALL, $fill = null)
|
||||||
{
|
{
|
||||||
return parent::get((int) $primaryKey, $relations, $fill);
|
return parent::get($primaryKey, $relations, $fill);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user