Binding ODM comments with ORM users?
kyeno opened this issue · 0 comments
kyeno commented
Hey,
I'm struggling with doing just that; keeping my FOSUsers in ORM, while leaving comments in MongoDB ODM - then making sure that upon writing a comment the User gets bound/referenced to Author properly.
I didn't find anything about it in the docs. Tried experimenting a bit, tried with EventSubscriber and so far I'm failing.
Any clues/tips?