We were talking about Laravel 5 on its release, we are pleased today to welcome Laravel 5.1
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