Upgrade to 4.6.0
This commit is contained in:
@@ -13,7 +13,7 @@ return [
|
||||
/**
|
||||
* Custom icon to replace the arrow down.
|
||||
*/
|
||||
'icon' => function (string $icon = null) {
|
||||
'icon' => function (string|null $icon = null) {
|
||||
return $icon;
|
||||
},
|
||||
/**
|
||||
|
Reference in New Issue
Block a user