Files
symfony-flex-recipes-contrib/prooph
Gildas Quéméner 330e179ee5 Removes incompatible service
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
2019-12-10 09:10:07 +01:00
..