LexikTranslationBundle
LexikTranslationBundle copied to clipboard
Mapping for multiple entity managers doesn't work.
If I'm using multiple entity managers and config like this:

My code won't recognise translation entities
Hi, it does not work because the model classes mapping is loaded only for the manager defined in:
lexik_translation:
storage:
object_manager: default
@cedric-g you mean theoretically the proper way is defined this config in the config.yml and
lexik_translation:
storage:
object_manager: test
in the config_test.yml?