Skip to content

Commit 1f525c4

Browse files
Merge pull request #72 from CodeWithDennis/revert-71-bugfix/nullable-type
Revert "Make `customKey()` nullable"
2 parents a26b64a + b149a0b commit 1f525c4

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)