Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis authored and github-actions[bot] committed Apr 6, 2024
1 parent afde1cf commit 6b64b2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SelectTree.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ private function buildTree(): Collection

// Combine the results from both queries
$combinedResults = $nullParentResults->concat($nonNullParentResults);

return $this->buildTreeFromResults($combinedResults);
}

Expand Down Expand Up @@ -245,7 +245,7 @@ public function relationship(string $relationship, string $titleAttribute, strin
$this->parentAttribute = $parentAttribute;
$this->modifyQueryUsing = $modifyQueryUsing;
$this->modifyChildQueryUsing = $modifyChildQueryUsing;

return $this;
}

Expand Down Expand Up @@ -378,7 +378,7 @@ public function getTree(): Collection|array
{
return $this->evaluate($this->buildTree());
}

public function getExpandSelected(): bool
{
return $this->evaluate($this->expandSelected);
Expand Down

0 comments on commit 6b64b2e

Please sign in to comment.