Skip to content

Commit b149a0b

Browse files
Revert "Make customKey() nullable"
1 parent a26b64a commit b149a0b

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 $customKey = null;
4141

4242
protected string $titleAttribute;
4343

0 commit comments

Comments
 (0)