Skip to content

Commit f7c8a2a

Browse files
CodeWithDennisgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 5aad2bc commit f7c8a2a

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
@@ -18,9 +18,9 @@ class SelectTree extends Field implements HasAffixActions
1818
{
1919
use CanBeDisabled;
2020
use CanBeSearchable;
21+
use HasActions;
2122
use HasAffixes;
2223
use HasPlaceholder;
23-
use HasActions;
2424

2525
protected string $view = 'select-tree::select-tree';
2626

0 commit comments

Comments
 (0)