I update my blog whith eloque ORM and the code don't start
public function save_edit(Request $request, $id){
DB::table('produit')
->where('po_id', $id)
->update(['po_prix' => 85]);
}
Where is the problem? thank you
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire