Skip to content

Not worked for me in update #740

Discussion options

You must be logged in to vote

finally i found the solution

not worked like
Orders::where('id', '=', $orders->id)->update($data);

worked like
Orders::find($orders->id)->update($data);

i don't know why where condition not fired the event

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@jamieshiers
Comment options

@abdosaeedelhassan
Comment options

Comment options

You must be logged in to vote
1 reply
@Gummibeer
Comment options

Answer selected by abdosaeedelhassan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants