event-store-symfony-bundle
event-store-symfony-bundle copied to clipboard
Configuration for concrete event-store missing
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.