laravel-subscriptions icon indicating copy to clipboard operation
laravel-subscriptions copied to clipboard

fix: fix query to calculate quota used by feature

Open eugabrielwolf opened this issue 1 year ago • 0 comments

Technically the model class will never not have a type, so we can remove the tap here.

The tap was resetting the query, causing it to lose the "where slug = ?" and return the wrong feature.

eugabrielwolf avatar Oct 02 '24 20:10 eugabrielwolf