Posts by Diego Rodrigo • 1 point
1 post
- 
		-2 votes1 answer31 viewsQ: Error while doing update in the StandardWhen trying to perform the following update: $criterios = Criterios::find(1); $criterios->update( [ 'criterios' => $request->criterios 'editado_por' => $user->id ] ); I get the error:…