Skip to content

Commit 8ceabc7

Browse files
AlexVanderbistgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 38cec36 commit 8ceabc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/AppendsAttributesToResults.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protected function addAppendsToResults(Collection $results)
3434
protected function addAppendsToCursor($results)
3535
{
3636
return $results->each(function ($result) {
37-
if($result instanceof Model) {
37+
if ($result instanceof Model) {
3838
return $result->append($this->request->appends()->toArray());
3939
}
4040
});

0 commit comments

Comments
 (0)