Replies: 1 comment 1 reply
-
@imfaisii Did you resolve the issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using a Query Trait to allowAppends.
On the latest version of Spatie I get this error:
Call to an undefined method App\Actions\Common\BaseQueryBuilder::allowedAppends()
QueryBuilder::for($query) ->allowedFilters(array_merge($model->getAllowedFilters(), $this->getExtraFilters())) ->allowedAppends(array_merge($model->getAllowedAppends(), $this->getExtraAppends()))
Beta Was this translation helpful? Give feedback.
All reactions