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 c7b49c2 commit 7710c87Copy full SHA for 7710c87
src/SelectTree.php
@@ -131,7 +131,7 @@ private function buildTree(int $parent = null): Collection
131
->where($this->treeParentKey, $parent);
132
133
// If not a root level query and a modification callback is provided, apply it.
134
- if (!$parent && $this->modifyQueryUsing) {
+ if (! $parent && $this->modifyQueryUsing) {
135
$defaultQuery = $this->evaluate($this->modifyQueryUsing, ['query' => $defaultQuery]);
136
}
137
0 commit comments