not working on update related model #1027
-
Hi I have this issue on Donation Service Im updating the donation, donor and payment info the main model is auditing donation what Im doing wrong? Laravel 10. Audit. 13.7.2 $donation->update($data['donation']);
$donation->donor()->update($data['donor']);
$donation->payment()->update($data['payment']); |
Beta Was this translation helpful? Give feedback.
Answered by
willpower232
Jun 10, 2025
Replies: 1 comment 3 replies
-
by using |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
matiazar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
by using
donor()
and notdonor
you're doing a database query and not a laravel model update