makinacorpus / DbToolsBundle

A PHP library to backup, restore and anonymize databases
https://dbtoolsbundle.readthedocs.io
MIT License
181 stars 15 forks source link

Support Doctrine Embeddables with AttributeLoader #105

Closed SimonMellerin closed 7 months ago

SimonMellerin commented 8 months ago

For now, when setting up anonymization with PHP Attributes on Doctrine Entities, embeddables are skipped. (see #101)

Workaround is to use yaml config for these use cases.

SimonMellerin commented 7 months ago

done with #105,

It will be available in the next major release.