Skip to content

Commit eda3e82

Browse files
CodeWithDennisgithub-actions[bot]
authored andcommitted
Fix styling
1 parent f3b3a3e commit eda3e82

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
@@ -86,7 +86,7 @@ private function buildTree(int $parent = null): array|Collection
8686
->where($this->getParentAttribute(), $parent);
8787

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

0 commit comments

Comments
 (0)