@@ -84,7 +84,7 @@ |
||
84 | 84 | // Do nothing, because we don't care ... |
85 | 85 | } |
86 | 86 | |
87 | - return new PagerfantaPaginatorAdapter($pager, function ($page) { |
|
87 | + return new PagerfantaPaginatorAdapter($pager, function($page) { |
|
88 | 88 | return "page={$page}"; |
89 | 89 | }); |
90 | 90 | } |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Exception; |
6 | 6 | use Illuminate\Http\Exceptions\HttpResponseException; |
7 | 7 | use Illuminate\Http\JsonResponse; |
8 | -use Illuminate\Http\Response; |
|
9 | 8 | use League\OAuth2\Server\Exception\OAuthException; |
10 | 9 | use Symfony\Component\HttpKernel\Exception\HttpException; |
11 | 10 |