Closed thibaut-algrin closed 8 months ago
We never tested this use case, I'll try to reproduce it within the next week, thanks for reporting the issue !
To help us debugging your issue, can you give us the associated User.php
and the Token.php
files?
Forget my comment, we found the bug ;)
The fix will be shipped in the next minor version
Fix available from version 1.0.5
In a Symfony project, I use Doctrine ORM. I use XML configuration for mapping between entities and the MySQL database.
I have, in particular, a User entity which includes an embed:
Here is the bundle configuration:
When I run the command:
./bin/console db-tools:anonymize --local-database --no-restore
I have this error:
How I can resolved this error?