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.
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.