zenstruck / foundry

A model factory library for creating expressive, auto-completable, on-demand dev/test fixtures with Symfony and Doctrine.
https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html
MIT License
607 stars 62 forks source link

fix: unproxy args in proxy objects #635

Closed nikophil closed 1 week ago

nikophil commented 1 week ago

Here is a first attempt to mitigate the problem when proxy objects are passed to entity manager.

I also tried to explain the problem in the docs.