event-store-symfony-bundle
event-store-symfony-bundle copied to clipboard
Incorrect values on parameter prooph_event_store.projection_managers
In this excerpt I believe the prooph_event_store.projection_managers was supposed to contain the projection managers names, but currently they're prepended with prooph_event_store:
https://github.com/prooph/event-store-symfony-bundle/blob/5f0aeca45ae79fecd02416f3165fd062131aa7de/src/DependencyInjection/ProophEventStoreExtension.php#L64-L80
That parameter is only used on the ProjectionNamesCommand, so maybe it would make more sense to include only the names.
ping @UFOMelkor: any thoughts on this?