Skip to content

Commit 464e8bd

Browse files
committed
Code style
1 parent a65743f commit 464e8bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/NestableCollection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public function nest()
5555
$collection = $this->reject(function ($item) use ($parentColumn) {
5656
if ($item->$parentColumn) {
5757
$missingAncestor = $this->anAncestorIsMissing($item);
58+
5859
return $missingAncestor;
5960
}
6061
});
@@ -107,6 +108,7 @@ public function listsFlattened($column = 'title', BaseCollection $collection = n
107108
public function noCleaning()
108109
{
109110
$this->removeItemsWithMissingAncestor = false;
111+
110112
return $this;
111113
}
112114

0 commit comments

Comments
 (0)