Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 30c5cf8

Browse files
committed
Fix missing type
1 parent 381c91a commit 30c5cf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/Resources/Json/ResourceCollection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use Countable;
66
use Illuminate\Http\Resources\Json\PaginatedResourceResponse;
7+
use Illuminate\Pagination\AbstractCursorPaginator;
78
use Illuminate\Pagination\AbstractPaginator;
89
use IteratorAggregate;
910
use SkoreLabs\JsonApi\Http\Resources\CollectsResources;

0 commit comments

Comments
 (0)