prooph/event-store-symfony-bundle

Configuration for concrete event-store missing

mablae opened this issue · 0 comments

As discussed on Gitter: At the moment the event-store implementation to be used needs to be configured by the users as a "Userland Service"

Better:
Extend Configuration class with the needed parameters for a \PDO connection and automatically instantiate the concrete implementation in the Dependency Injection Extension.