Replies: 1 comment
|
Hi, You can use the new It utilizes the correct TenantEntityManager and a custom purger under the hood — no manual overrides are necessary. Give it a try! ✅ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Does anyone already have this bundle working with fixtures?
The issue is at the purger level
The purger is using the EntityManager (not tenant) and so, it's impossible to purge the Tenant dbs
I tried to make a custom purger, but at some doctrine levels, we can't change the EntityManager used and It still using EntityManager (main), not Tenant...
All reactions