Skip to content

Commit a26b64a

Browse files
Merge pull request #71 from CodeWithDennis/bugfix/nullable-type
Make `customKey()` nullable
2 parents f0b31b8 + 275f1c2 commit a26b64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SelectTree.php

+1-1
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)