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.6] Fix multiple notification recipients #24957

Merged
merged 3 commits into from
Jul 26, 2018
Merged

Conversation

PaegleK
Copy link

@PaegleK PaegleK commented Jul 24, 2018

PR #24606 unfortunately broke on-demand notifications addressed to multiple recipients.
This fixes Issue #24729 and #24956

PR laravel#24606 unfortunately broke on-demand notifications addressed to multiple recipients.
This fixes Issue  laravel#24729 and laravel#24956
@jmarcher
Copy link
Contributor

Please do not modify existing tests, just add new ones.

@@ -143,7 +143,7 @@ public function test_mail_is_sent_to_named_address()

$user->notify($notification);
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Just nitpicking but this 4 spaces should not be here.

Copy link
Author

Choose a reason for hiding this comment

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

Sure 👍

@taylorotwell taylorotwell merged commit 7bc1103 into laravel:5.6 Jul 26, 2018
@GrahamCampbell GrahamCampbell changed the title Fix multiple notification recipients [5.6] Fix multiple notification recipients Jul 29, 2018
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.

3 participants