Laravel this is not only a practical framework, it is also a programming style
I am updating multiple rows in laravel .
StoragePeriod::where('customer_id', $invoice->customer_id)->update(['invoice_id' => $invoice->id]);
How I can get ids of those updated records?
Aucun commentaire:
Enregistrer un commentaire