mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-14 19:28:40 +00:00
(Draft) Create risk management models
Also fix some belongsTo in other mappers.
This commit is contained in:
parent
453d63000e
commit
dbc2bad041
|
|
@ -131,6 +131,6 @@ class ItemMapper 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