laravel / cashier-stripe

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.
https://laravel.com/docs/billing
MIT License
2.39k stars 679 forks source link

CASHIER_MODEL in config/cashier.php is not defaulted to App\User as documentation suggests #997

Closed fylzero closed 4 years ago

fylzero commented 4 years ago

Description:

In the Laravel 8 documentation for Cashier it says the default model is set to App\Models\User but in the config/cashier.php it is defaulted to App\User still. Not sure if this is a cashier disconnect or a documentation issue otherwise I'd submit a PR.

Steps To Reproduce:

Install Laravel 8, install Cashier, look at the config/cashier.php setting for Cashier Model.

driesvints commented 4 years ago

Please see https://github.com/laravel/cashier-stripe/issues/995

fylzero commented 4 years ago

Just noting this was recently fixed: https://github.com/laravel/cashier-stripe/commit/9024107f51bcdd69607395dc5606fdcd35498f85