Event versioning stuck. #462
Unanswered
planetarquasar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I recently integrated the event versioning for my
ResourceCreated
event:Then i made a serializer class for it:
It is working fine when i create new resource the stored event version will be 2. The problem came from when i want to dispatch another event which is belongs to this created resource like
ResourceDeleted
So when i am trying to delete the resource it throws an error:
Unknown named parameter $event
. I followed the book's instructions to integrate the event versioning. Can anyone help me didn't found anything solution for this.Beta Was this translation helpful? Give feedback.
All reactions