Skip to content
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

[9.x] Non-breaking forwardDecoratedCallTo refactor #38908

Merged
merged 1 commit into from
Sep 22, 2021

Conversation

inxilpro
Copy link
Contributor

This is an alternate version of #38802 that doesn't introduce any potentially breaking changes:

  • DecoratesQueryBuilder has just been updated to use the new forwardDecoratedCallTo method rather than implementing a custom forwardCallToQueryBuilder method.
  • Updating NullDispatcher and Mail\Message is technically a breaking change, which is why this PR for 9.x, but in practice this is fixing unexpected behavior. These changes shouldn't have any impact, and only help prevent accidental bugs.

This PR excludes the update to JsonResource, which was the only place that might have introduced breaking changes in the wild.

@taylorotwell taylorotwell merged commit 8d53ebe into laravel:master Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants