spatie / laravel-query-builder

Easily build Eloquent queries from API requests
https://spatie.be/docs/laravel-query-builder
MIT License
4.02k stars 395 forks source link

Update AddsFieldsToQuery.php #850

Closed VapoFred78 closed 1 year ago

VapoFred78 commented 1 year ago

Fix allowFields. In the query string, fields[brand],"brand" is the relationship. but, in getRequestedFieldsForRelatedTable, the name of the relationship is transformed into a table name...