From fffb57cc622fbc2c33866008afe25ba010b892dd Mon Sep 17 00:00:00 2001 From: Fabio Guin Date: Wed, 4 Sep 2024 21:06:01 +0200 Subject: [PATCH] Fix type of $modelAppScope --- src/SelectSearchableInput.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SelectSearchableInput.php b/src/SelectSearchableInput.php index 944bb6f..c2e43ef 100644 --- a/src/SelectSearchableInput.php +++ b/src/SelectSearchableInput.php @@ -41,7 +41,7 @@ class SelectSearchableInput extends Component public ?string $inputExtraClasses = null; - public ?string $modelAppScope = null; + public ?array $modelAppScope = null; public function mount( string $property,