Hello, I'm currently working with multiple entity managers and when I extend EntityRepository on my ResetPasswordRequestRepository, I get this error:

I know that when extending from EntityRepository we cannot rely on autowire, is this bundle prepared to work with multiple entity managers?
Hello, I'm currently working with multiple entity managers and when I extend EntityRepository on my ResetPasswordRequestRepository, I get this error:
I know that when extending from EntityRepository we cannot rely on autowire, is this bundle prepared to work with multiple entity managers?