lucasdotvin / laravel-soulbscription

A straightforward interface to handle subscriptions and feature consumption.
https://soulbscription.lucas.vin
MIT License
601 stars 84 forks source link

Using a config instead of a model directly #82

Open noxoua opened 1 year ago

noxoua commented 1 year ago

I defined my model in the config, but it wasn't being called in a few places, so I fixed that. In my case this is important because I am using multiple databases and I need to add a getConnectionName method to the model.

Screenshot 2023-10-18 at 22 28 38