I needed to add more event listeners to the entity manager, so I just added a new config item. I've left the TablePrefix listener as is and didn't move it to the event_listeners array.
Also just had a case where I added a PostGIS-Doctrine extension, which relied on an event subscriber to be registered, so added this functionality in as well.
I needed to add more event listeners to the entity manager, so I just added a new config item. I've left the TablePrefix listener as is and didn't move it to the event_listeners array.