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.7] Remove extra alias #26846

Merged
merged 1 commit into from Dec 14, 2018
Merged

[5.7] Remove extra alias #26846

merged 1 commit into from Dec 14, 2018

Conversation

browner12
Copy link
Contributor

the Swift_SendmailTransport is aliased to both MailTransport and SendmailTransport. We can have both the 'mail' and 'sendmail' drivers build up the same class, and remove the need for the extra alias.

I think this also makes it more obvious to the reader that the 'mail' driver doesn't really exist anymore and is actually using sendmail.

the `Swift_SendmailTransport` is aliased to both `MailTransport` and `SendmailTransport`.   We can have both the 'mail' and 'sendmail' drivers build up the same class, and remove the need for the extra alias.

I think this also makes it more obvious to the reader that the 'mail' driver doesn't really exist anymore and is actually using sendmail.
@browner12
Copy link
Contributor Author

21f7240

@GrahamCampbell GrahamCampbell changed the title remove extra alias [5.7] Remove extra alias Dec 14, 2018
@GrahamCampbell GrahamCampbell merged commit 40285bb into laravel:5.7 Dec 14, 2018
@browner12 browner12 deleted the mail-driver branch December 14, 2018 14:49
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

2 participants