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] Document some 5.8 breaking changes #4900

Merged

Conversation

X-Coder264
Copy link
Contributor

@X-Coder264 X-Coder264 commented Jan 10, 2019


The `send`, `sendNow`, `queue`, `later` and `fill` methods of the `Illuminate\Mail\PendingMail` class [have been changed](https://github.com/laravel/framework/pull/26790) to accept an `Illuminate\Contracts\Mail\Mailable` instance instead of `Illuminate\Mail\Mailable`. If you are overriding some of these methods, you should update their signature to match its parent.

#### Method Name Change In The `Markdown` Class
Copy link
Member

Choose a reason for hiding this comment

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

It's best that this gets a higher impact because the folder name was changed again and everyone who has published the files to the view folder will need to rename the markdown folder to text.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I agree, but Taylor already merged it before I had the time to change it so I guess he'll take care of it :)

@driesvints
Copy link
Member

Thanks for sending this in btw 👍

@taylorotwell taylorotwell merged commit d0ae794 into laravel:master Jan 11, 2019
@X-Coder264 X-Coder264 deleted the document-5.8-breaking-changes branch January 11, 2019 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants