Skip to content

Commit 40fc4d1

Browse files
Make customKey() nullable
1 parent f0b31b8 commit 40fc4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SelectTree.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class SelectTree extends Field implements HasAffixActions
3737

3838
protected bool $independent = true;
3939

40-
protected string $customKey = null;
40+
protected string|null $customKey = null;
4141

4242
protected string $titleAttribute;
4343

0 commit comments

Comments
 (0)