Upgrade to 4.6.0
This commit is contained in:
@@ -17,7 +17,7 @@ return [
|
||||
/**
|
||||
* Overwrites manual sorting and sorts by the given field and sorting direction (i.e. `date desc`)
|
||||
*/
|
||||
'sortBy' => function (string $sortBy = null) {
|
||||
'sortBy' => function (string|null $sortBy = null) {
|
||||
return $sortBy;
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user