We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38cec36 commit 8ceabc7Copy full SHA for 8ceabc7
src/Concerns/AppendsAttributesToResults.php
@@ -34,7 +34,7 @@ protected function addAppendsToResults(Collection $results)
34
protected function addAppendsToCursor($results)
35
{
36
return $results->each(function ($result) {
37
- if($result instanceof Model) {
+ if ($result instanceof Model) {
38
return $result->append($this->request->appends()->toArray());
39
}
40
});
0 commit comments