KoNekoD
KoNekoD
I also have this problem [ChangeSkin] Cannot fetch debug state of world CraftWorld{name=world}. Assuming false
@Korbeil Thanks for your reply, but this is not a problem with Doctrine collection, it seems to be a logical error in the generated mapper, it should have read the...
@joelwurtz Yes, you are right mapping is done on an existing object with deep_target_to_populate true. I think this is a logical problem because if you try to use an array...
Hi @joelwurtz Sorry for the long reply, I was very zany and didn't notice the reply. I don't so much need to find a field to map and recreate fields...
If in the first example target_to_populate could be defined as null, then a simple mapping to a new object would occur with the following return
Here's how the mapper call is going on right now $digitalStore = $this->mapper->map($data, $digitalStore, context: ['deep_target_to_populate' => true]); This is mainly to successfully map data to a single object, I...
I am familiar with the previous discussions, I intend to add the ability to parse nested Query Strings
@Madou-Shinni Look at this https://github.com/KoNekoD/go-querymap. I already done it :)