beberlei / litecqrs-php

Small convention based CQRS library for PHP
MIT License
553 stars 47 forks source link

OptimisticLockingEventStore now remembers eventData #48

Closed tPl0ch closed 10 years ago

tPl0ch commented 10 years ago

By setting $this->eventData[$stream->getId()] to the current eventData in find(), commit() actually knows about the eventData.