specify custom query to tenant query.

for example i want the tenant owner to view/edit only users who purhased from him.
3 Replies
Saifallak
Saifallak12mo ago
so i want to add custom query to fetch and store data.
Patrick Boivin
Patrick Boivin12mo ago
Maybe customize getEloquentQuery() on your resource?
Saifallak
Saifallak12mo ago
Hmmm, I'll try