mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
The TransactionManager service is not compatible with the preconfigured event store from the prooph/pdo-event-store flex recipe. In order to use it, one must first reconfigure the event store definition to use the PostgresEventStore implementation (instead of the MySqlEventStore implementation). See https://github.com/prooph/pdo-event-store/issues/39