Skip to content

Commit

Permalink
Merge pull request #342 from GrzegorzW/master
Browse files Browse the repository at this point in the history
Fix README.md
  • Loading branch information
l3pp4rd committed Nov 23, 2015
2 parents e532fca + e88a2a3 commit 5147740
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 @@ -119,7 +119,7 @@ public function listAction(Request $request)
$paginator = $this->get('knp_paginator');
$pagination = $paginator->paginate(
$query,
$query, /* query NOT result */
$request->query->getInt('page', 1)/*page number*/,
10/*limit per page*/
);
Expand Down

0 comments on commit 5147740

Please sign in to comment.