Skip to content

Commit 7710c87

Browse files
CodeWithDennisgithub-actions[bot]
authored andcommitted
Fix styling
1 parent c7b49c2 commit 7710c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SelectTree.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private function buildTree(int $parent = null): Collection
131131
->where($this->treeParentKey, $parent);
132132

133133
// If not a root level query and a modification callback is provided, apply it.
134-
if (!$parent && $this->modifyQueryUsing) {
134+
if (! $parent && $this->modifyQueryUsing) {
135135
$defaultQuery = $this->evaluate($this->modifyQueryUsing, ['query' => $defaultQuery]);
136136
}
137137

0 commit comments

Comments
 (0)