Completed
Push — master ( 02071e...21a8f2 )
by Marco
01:30 queued 11s
created
src/Pagination/ConnectionField.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace DutchCodingCompany\CursorPagination\Pagination;
4 4
 
5
+use DutchCodingCompany\CursorPagination\CursorPaginator;
5 6
 use GraphQL\Type\Definition\ResolveInfo;
6 7
 use Illuminate\Support\Collection;
7
-use DutchCodingCompany\CursorPagination\CursorPaginator;
8
-use Nuwave\Lighthouse\Pagination\Cursor;
9 8
 use Nuwave\Lighthouse\Support\Contracts\GraphQLContext;
10 9
 
11 10
 class ConnectionField
Please login to merge, or discard this patch.