We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fc4d1 commit 275f1c2Copy full SHA for 275f1c2
src/SelectTree.php
@@ -37,7 +37,7 @@ class SelectTree extends Field implements HasAffixActions
37
38
protected bool $independent = true;
39
40
- protected string|null $customKey = null;
+ protected ?string $customKey = null;
41
42
protected string $titleAttribute;
43
0 commit comments