Completed
Push — master ( 0ed823...6015f6 )
by Sebastian
11:54
created
src/PaginateRoute.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\PaginateRoute;
4 4
 
5
-use Illuminate\Contracts\Pagination\Paginator;
6 5
 use Illuminate\Contracts\Pagination\LengthAwarePaginator;
6
+use Illuminate\Contracts\Pagination\Paginator;
7 7
 use Illuminate\Contracts\Routing\UrlGenerator;
8 8
 use Illuminate\Routing\Router;
9 9
 use Illuminate\Translation\Translator;
Please login to merge, or discard this patch.