laravel / cashier-stripe

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

Undefined error appears after updating to 15.0 #1627

Closed mkismy closed 8 months ago

mkismy commented 8 months ago

Cashier Stripe Version

15.0.0

Laravel Version

10.38.2

PHP Version

8.2.11

Database Driver & Version

No response

Description

After updating cashier to 15.0.0 from 14.14.0, the error below started to appear.

 Call to undefined method Laravel\Cashier\Cashier::ignoreMigrations()

The only change I made to the codebase was adding this migration https://github.com/laravel/cashier-stripe/blob/15.x/UPGRADE.md#renamed-name-column-to-type

Steps To Reproduce

driesvints commented 8 months ago

Please see https://github.com/laravel/cashier-stripe/pull/1626 and the upgrade guide.