Why deleting model event not fired when use whereIn with pivot query? #33911
Answered
by
GrahamCampbell
MykolaKovrizhnykh
asked this question in
General
-
Beta Was this translation helpful? Give feedback.
Answered by
GrahamCampbell
Aug 17, 2020
Replies: 1 comment 1 reply
-
That is because a delete query is not the same as a model delete. It bypasses the model. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GrahamCampbell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is because a delete query is not the same as a model delete. It bypasses the model.