We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd9648 commit 3c5b2beCopy full SHA for 3c5b2be
src/SelectTree.php
@@ -134,7 +134,7 @@ private function buildTree(): Collection
134
$nullParentQuery = $this->evaluate($this->modifyQueryUsing, ['query' => $nullParentQuery]);
135
}
136
137
- if($this->withTrashed) {
+ if ($this->withTrashed) {
138
$nullParentQuery->withTrashed($this->withTrashed);
139
$nonNullParentQuery->withTrashed($this->withTrashed);
140
0 commit comments