@@ -914,6 +914,7 @@ class Base {
return $this;
}
foreach ($values as $key => $value) {
+ $key = $this->entity()->convertToField($key);
$property = $this->entity()->convertToProperty($key);
if($this->hasProperty($key)) {
if(is_array($value)) {