Upgrade to 4.6.0
This commit is contained in:
@@ -5,7 +5,7 @@ return [
|
||||
/**
|
||||
* Sets the minimum number of required entries in the section
|
||||
*/
|
||||
'min' => function (int $min = null) {
|
||||
'min' => function (int|null $min = null) {
|
||||
return $min;
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user