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
If i query a realtion with withCount() the counting is never been refreshed, even after flushing the cache. The counting only works if I add dontRemember() to the query...
The text was updated successfully, but these errors were encountered:
The withCount() queries are built using the Illuminate\Database\Eloquent\Builder. I think this is the problem because your package only handles the Illuminate\Database\Query\Builder.
This isn't trivial to solve... I'll look if i have a bit time to solve this...
If i query a realtion with withCount() the counting is never been refreshed, even after flushing the cache. The counting only works if I add dontRemember() to the query...
The text was updated successfully, but these errors were encountered: