Hi,
I'm trying to create an "User" entity that extends "FOS\UserBundle\Entity\User". I got two problems:
- There is no option to specify an external mapped superclass (not defined in the skipper model).
- I can't use the same entity name twice (even if they are on different bundles/namespaces).
Anyone have this issue too? Any workarounds?
Thanks!