Completed
Push — master ( 61f661...5421a5 )
by Thomas
11:48
created
src/Pagination/PaginationServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      */
16 16
     public function register()
17 17
     {
18
-        LaravelPaginator::currentPathResolver(function () {
18
+        LaravelPaginator::currentPathResolver(function() {
19 19
             return Helper::appendSlashes(
20 20
                 $this->app['request']->url(),
21 21
                 $this->app['request']->getPathInfo()
Please login to merge, or discard this patch.