Called 'diff' on Laravel collection, but could have been retrieved as a query
Hi all,
I am running Larastan for static analysis and my code retrieves some results from the database via Eloquent and uses the diff() method to retrieve the items not in the collection passed, it works fine but Larastan reports this error:
Called 'diff' on Laravel collection, but could have been retrieved as a query.