Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
JackieDo committed Jul 2, 2017
1 parent dab10f7 commit 207d9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ These parameters are very useful for flexible paging. Take a look at the followi
public function index()
{
if ($this->request->has('current_page')) {
return LogReader::paginate($this->request->has('per_page', 10), null, [
return LogReader::paginate($this->request->input('per_page', 10), null, [
'pageName' => 'current_page',
'query' => [
'language' => 'english'
Expand Down

0 comments on commit 207d9fa

Please sign in to comment.