diff --git a/src/SelectTree.php b/src/SelectTree.php index a9828ce..5418f54 100644 --- a/src/SelectTree.php +++ b/src/SelectTree.php @@ -37,7 +37,7 @@ class SelectTree extends Field implements HasAffixActions protected bool $independent = true; - protected ?string $customKey = null; + protected string $customKey = null; protected string $titleAttribute;