Upgrade to 3.6.1
This commit is contained in:
@@ -726,9 +726,7 @@ abstract class FieldClass
|
||||
|
||||
ksort($props);
|
||||
|
||||
return array_filter($props, function ($item) {
|
||||
return $item !== null;
|
||||
});
|
||||
return array_filter($props, fn ($item) => $item !== null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user