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