0
good afternoon to all!!! I put together the form, which will be sent to the "update" method
public function update(Request $r, Voluntarios $vol)
{
$up = $vol->update($r->all());
var_dump($up);
}
only that it returns false, without saving...what is wrong ?? I’m still learning, and I’m a little lost yet... Thank you all!! Horatio