eee
This commit is contained in:
@@ -18,8 +18,9 @@ class ArrayProxy extends TypesProxy
|
|||||||
if (empty($value)) {
|
if (empty($value)) {
|
||||||
$form->{$field} = !$this->allowsNull ? [] : null;
|
$form->{$field} = !$this->allowsNull ? [] : null;
|
||||||
return true;
|
return true;
|
||||||
|
} else {
|
||||||
|
return $value == ($form->{$field} = $value);
|
||||||
}
|
}
|
||||||
return $value == ($form->{$field} = $value);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user