Replies: 1 comment
-
Feel free to send a PR that fixes this. Do include tests. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When passing data to the Notification class, with an "id" name, the new notification's id will take the value of the id passed in the construct method, and it will give a duplicate entry error when creating a second notification.
this happened only with "id", if you change the name to itemId or orderId, it will work fine.
Beta Was this translation helpful? Give feedback.
All reactions