laravel-subscriptions
laravel-subscriptions copied to clipboard
fix: fix query to calculate quota used by feature
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.