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