Skip to content

Commit b9ec5b1

Browse files
CodeWithDennisgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 57a6603 commit b9ec5b1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/SelectTree.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,27 @@ class SelectTree extends Field
1616
use HasPlaceholder;
1717

1818
protected string $view = 'select-tree::select-tree';
19+
1920
protected bool $withCount = false;
21+
2022
protected bool $multiple = false;
23+
2124
protected bool $alwaysOpen = false;
25+
2226
protected bool $showTags = true;
27+
2328
protected bool $independent = true;
29+
2430
protected bool $clearable = true;
31+
2532
protected bool $disabledBranchNode = false;
33+
2634
protected string $treeModel;
35+
2736
protected string $treeParentKey;
37+
2838
protected string $titleAttribute;
39+
2940
protected ?Closure $modifyQueryUsing;
3041

3142
public function withCount(bool $withCount = true): static

0 commit comments

Comments
 (0)