Skip to content

Commit 3c5b2be

Browse files
CodeWithDennisgithub-actions[bot]
authored andcommitted
Fix styling
1 parent bbd9648 commit 3c5b2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SelectTree.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private function buildTree(): Collection
134134
$nullParentQuery = $this->evaluate($this->modifyQueryUsing, ['query' => $nullParentQuery]);
135135
}
136136

137-
if($this->withTrashed) {
137+
if ($this->withTrashed) {
138138
$nullParentQuery->withTrashed($this->withTrashed);
139139
$nonNullParentQuery->withTrashed($this->withTrashed);
140140
}

0 commit comments

Comments
 (0)