Skip to content

Commit

Permalink
Update Request.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nilportugues committed Jan 19, 2016
1 parent 1c955b9 commit 9f32051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Request/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function getPage()
(!empty($queryParam['cursor'])) ? $queryParam['cursor'] : null,
(!empty($queryParam['limit'])) ? $queryParam['limit'] : null,
(!empty($queryParam['offset'])) ? $queryParam['offset'] : null,
(!empty($queryParam['size'])) ? $queryParam['size'] : 10
(!empty($queryParam['size'])) ? $queryParam['size'] : null
);

return $page;
Expand Down

0 comments on commit 9f32051

Please sign in to comment.