I’m a bit of a noob when it comes to Symfony. I am attempting to create a bundle with a controller that accepts a service as a constructor argument; however, I am receiving this error: The controller …
Tag: bundle
Working with two entity managers in the same bundle in Symfony2
I’m trying to work with two entity managers for the same bundle. My configuration is like this: Is there any way to tell which entities belong to which entity manager? It crashes now if I want to work with a table which doesn’t belong to the default entity manager. UPDATE here is my configuration for the connection: Answer For using