PUGXMultiUserBundle
PUGXMultiUserBundle copied to clipboard
support for MappedSuperClass
I just started with a fresh sf2 project where multiple users are required to be in separate tables, so I choosed the Doctrine MappedSuperClass feature. Unfortunately, when I try to login, only one of the user tables is queried - is there any way around this (like overwriting some listener) or do I have to use the Class Table Inheritance?
@bartrail Hey, do you find a solution for your issue? if yess, please share, thank you.