mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-06 20:48:40 +00:00
fixes #67
This commit is contained in:
parent
8906406ab7
commit
b04f2f0577
|
|
@ -1452,6 +1452,10 @@ class DataMapperAbstract implements DataMapperInterface
|
||||||
}
|
}
|
||||||
|
|
||||||
$obj[$value] = self::populate(self::getRaw($value), $toFill);
|
$obj[$value] = self::populate(self::getRaw($value), $toFill);
|
||||||
|
|
||||||
|
if(method_exists($obj[$value], 'initialize')) {
|
||||||
|
$obj[$value]->initialize();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
self::fillRelations($obj, $relations);
|
self::fillRelations($obj, $relations);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user