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 Feb 13, 2024
1 parent bbd9648 commit 3c5b2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SelectTree.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private function buildTree(): Collection
$nullParentQuery = $this->evaluate($this->modifyQueryUsing, ['query' => $nullParentQuery]);
}

if($this->withTrashed) {
if ($this->withTrashed) {
$nullParentQuery->withTrashed($this->withTrashed);
$nonNullParentQuery->withTrashed($this->withTrashed);
}
Expand Down

0 comments on commit 3c5b2be

Please sign in to comment.