Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:spatie/laravel-paginateroute
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Nov 2, 2017
2 parents c3ebcfa + 8b8499f commit eaea205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PaginateRoute.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public function pageUrl($page, $full = false)
$query = Request::getQueryString();

$query = $query
? '?' . $query
? '?'.$query
: '';

return $this->urlGenerator->to($url).$query;
Expand Down

0 comments on commit eaea205

Please sign in to comment.