Details
Description
Currently I've noticed that postLoad event is not triggered on $em->refresh($entity); it seems like entity should be reloaded on this call
and logically postLoad event should be also triggered if entity is being reloaded.
Currently I've noticed that postLoad event is not triggered on $em->refresh($entity); it seems like entity should be reloaded on this call
and logically postLoad event should be also triggered if entity is being reloaded.
Fixed