Upgrade to 4.6.0
This commit is contained in:
@@ -11,7 +11,7 @@ return [
|
||||
/**
|
||||
* Sets the query to a parent to find items for the list
|
||||
*/
|
||||
'parent' => function (string $parent = null) {
|
||||
'parent' => function (string|null $parent = null) {
|
||||
return $parent;
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user