laravelcm / laravel-subscriptions

Laravel Subscriptions is a flexible plans and subscription management system for Laravel.
MIT License
111 stars 19 forks source link

fix: fix query to calculate quota used by feature #22

Open eugabrielwolf opened 1 month ago

eugabrielwolf commented 1 month ago

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.