how are you? I have a problem with Mysql DB update using CI 4.x model update function.
$outletUpdateModel->where('id',$data['id'])->set($temp)->update()
There is no error with code. but I can not see any update on db.
Thank you for your time.
I used save() instead of update()