mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-15 23:08:40 +00:00
(Draft) Create risk management models
Also fix some belongsTo in other mappers.
This commit is contained in:
parent
8a2c38a8ff
commit
9e7a9a3d02
|
|
@ -119,6 +119,6 @@ class AddressMapper 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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -111,6 +111,6 @@ class ContactElementMapper 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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -149,6 +149,6 @@ class ProfileMapper 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