Start with level 6. [skip ci]

This commit is contained in:
James Cole
2025-01-04 09:34:17 +01:00
parent f4bc313d0b
commit 54d0433dd4
4 changed files with 10 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ use Illuminate\Support\MessageBag;
*/
trait FormSupport
{
public function multiSelect(string $name, ?array $list = null, $selected = null, ?array $options = null): string
public function multiSelect(string $name, ?array $list = null, mixed $selected = null, ?array $options = null): string
{
$list ??= [];
$label = $this->label($name, $options);