You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it is, using a Query Builder with a model will always return a collection of model instances.
This means doing a bunch of queries that may not be necessary if IDs are all that are needed.
This would likely be possible via a new alternate terminating method of the query builder, such as resultIds() and/or another builder method like ids().