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

[5.8] Remove fire method #26392

Merged
merged 2 commits into from
Nov 5, 2018
Merged

[5.8] Remove fire method #26392

merged 2 commits into from
Nov 5, 2018

Conversation

browner12
Copy link
Contributor

The fire() method is an alias to the dispatch() method. The renaming of this method started way back in the 5.3 to 5.4 upgrade, and is included in the upgrade guide:

https://laravel.com/docs/5.4/upgrade

This follow PR #26379.

Because this is a breaking change, this PR targets the next release.

If accepted I will make a PR to the 5.8 Upgrade Guide.

these are aliases to the `dispatch()` method.
Copy link
Member

@driesvints driesvints left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you fix the tests?

@browner12
Copy link
Contributor Author

yup, just saw it. brb

update to use `dispatch()` method, as dictated by the contract.
@taylorotwell taylorotwell merged commit 090e406 into laravel:master Nov 5, 2018
@browner12 browner12 deleted the remove-fire branch November 27, 2018 15:48
@kheengz
Copy link

kheengz commented Mar 21, 2019

fire was changed to dispatch

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.

None yet

4 participants