Skip to content

Commit c85ad1b

Browse files
CodeWithDennisgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 6f2a859 commit c85ad1b

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
@@ -95,7 +95,7 @@ private function buildTree($parent = null): array|Collection
9595
->where($this->getParentAttribute(), $parent);
9696

9797
// If we're not at the root level and a modification callback is provided, apply it to the query.
98-
if (!$parent && $this->modifyQueryUsing) {
98+
if (! $parent && $this->modifyQueryUsing) {
9999
$defaultQuery = $this->evaluate($this->modifyQueryUsing, ['query' => $defaultQuery]);
100100
}
101101

0 commit comments

Comments
 (0)