You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a controller which returns a PaginatedDataCollection from a paginated collection (LengthAwarePaginator). When I try to generate the apidoc for this endpoint I get the following error: Type Spatie\LaravelData\PaginatedDataCollection is not a Data class.
Any plan to support paginated response?
The text was updated successfully, but these errors were encountered:
I have a controller which returns a
PaginatedDataCollection
from a paginated collection (LengthAwarePaginator
). When I try to generate the apidoc for this endpoint I get the following error:Type Spatie\LaravelData\PaginatedDataCollection is not a Data class
.Any plan to support paginated response?
The text was updated successfully, but these errors were encountered: