Skip to content

Commit a1bfbf7

Browse files
CodeWithDennisgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 301d518 commit a1bfbf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SelectTree.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class SelectTree extends Field implements HasAffixActions
2727
use CanBeSearchable;
2828
use HasActions;
2929
use HasAffixes;
30-
use HasPlaceholder;
3130
use HasPivotData;
31+
use HasPlaceholder;
3232

3333
protected string $view = 'select-tree::select-tree';
3434

@@ -111,7 +111,7 @@ protected function setUp(): void
111111
// Sync the relationship with the provided state (IDs).
112112
if ($pivotData === []) {
113113
$component->getRelationship()->sync($state ?? []);
114-
114+
115115
return;
116116
}
117117

0 commit comments

Comments
 (0)