Change query results

Is it possible to change the results of the Eloquent query on the table?
It is already possible to change the query using
->modifyQueryUsing()
, but is it also possible to change the results of the query?
(E.g. add/remove items)
Was this page helpful?