-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MigrationCreator::firePostCreateHooks not backwards compatible with current version. #24907
Comments
Laravel doesn't follow semver. https://laravel.com/docs/5.6/releases#versioning-scheme |
True, however, according to: |
Editing ticket description per your notes @36864 |
Closing this as no plans are to fix this If anyone comes by this in their code, you can just add a default unused param as a work around:
|
Description:
The recent change to
MigrationCreator::firePostCreateHooks()
adds an additional parameter to the method signature. This method is protected, however, subclasses can still call/rely on this in earlier versions. For prior versions of 5.6, we'll see breaking changes.Steps To Reproduce:
When I run my build on travis-ci for https://github.com/chrishalbert/laravel-nomadic project on 7.1, I see this output: https://travis-ci.org/chrishalbert/laravel-nomadic/jobs/406202387.
PR coming your way.
The text was updated successfully, but these errors were encountered: