Skip to content

Commit 6b64b2e

Browse files
CodeWithDennisgithub-actions[bot]
authored andcommitted
Fix styling
1 parent afde1cf commit 6b64b2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/SelectTree.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ private function buildTree(): Collection
163163

164164
// Combine the results from both queries
165165
$combinedResults = $nullParentResults->concat($nonNullParentResults);
166-
166+
167167
return $this->buildTreeFromResults($combinedResults);
168168
}
169169

@@ -245,7 +245,7 @@ public function relationship(string $relationship, string $titleAttribute, strin
245245
$this->parentAttribute = $parentAttribute;
246246
$this->modifyQueryUsing = $modifyQueryUsing;
247247
$this->modifyChildQueryUsing = $modifyChildQueryUsing;
248-
248+
249249
return $this;
250250
}
251251

@@ -378,7 +378,7 @@ public function getTree(): Collection|array
378378
{
379379
return $this->evaluate($this->buildTree());
380380
}
381-
381+
382382
public function getExpandSelected(): bool
383383
{
384384
return $this->evaluate($this->expandSelected);

0 commit comments

Comments
 (0)