Skip to content

Commit 4716b19

Browse files
committed
[Build] Update dependencies
1 parent fc1c417 commit 4716b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/dummy/app/JsonApi/V1/Posts/PostSchema.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
use LaravelJsonApi\Eloquent\Pagination\PagePagination;
3535
use LaravelJsonApi\Eloquent\Schema;
3636
use LaravelJsonApi\Eloquent\SoftDeletes;
37-
use LaravelJsonApi\Eloquent\Sorting\SortCount;
37+
use LaravelJsonApi\Eloquent\Sorting\SortCountable;
3838
use LaravelJsonApi\HashIds\HashId;
3939

4040
class PostSchema extends Schema
@@ -100,7 +100,7 @@ public function filters(): array
100100
public function sortables(): iterable
101101
{
102102
return [
103-
SortCount::make($this, 'comments'),
103+
SortCountable::make($this, 'comments'),
104104
];
105105
}
106106

0 commit comments

Comments
 (0)