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