Skip to content

Commit

Permalink
Correct blank line with no tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomazer committed May 18, 2016
1 parent e4eb25e commit 001cffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@ public function forPageAfterId($perPage = 15, $lastId = 0, $column = 'id')
}
}
}

return $this->where($column, '>', $lastId)
->orderBy($column, 'asc')
->take($perPage);
Expand Down

0 comments on commit 001cffc

Please sign in to comment.