Skip to content

Commit 275f1c2

Browse files
CodeWithDennisgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 40fc4d1 commit 275f1c2

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|null $customKey = null;
40+
protected ?string $customKey = null;
4141

4242
protected string $titleAttribute;
4343

0 commit comments

Comments
 (0)