mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-02-15 16:18:40 +00:00
(Draft) Create risk management models
Also fix some belongsTo in other mappers.
This commit is contained in:
parent
f24cc035af
commit
0d1f2ec0c2
|
|
@ -160,6 +160,6 @@ class SupplierMapper 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