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

Feature/483 multiple mailables #204

Merged
merged 3 commits into from
Jun 24, 2021
Merged

Conversation

Nielsvanpach
Copy link
Member

This PR allows multiple mailables as payload.

ray()->mailable(new Mailable(), new TestMailable());

As alternative for

ray()->mailable(new Mailable());
ray()->mailable(new TestMailable());

Copy link
Member

@freekmurze freekmurze left a comment

Choose a reason for hiding this comment

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

One small remark.

After that one is addressed, feel free to merge and release 👍

src/Ray.php Outdated Show resolved Hide resolved
@Nielsvanpach Nielsvanpach merged commit 2839b2e into main Jun 24, 2021
@Nielsvanpach Nielsvanpach deleted the feature/483-multiple-mailables branch June 24, 2021 14:44
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