We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e346f7 commit a749db1Copy full SHA for a749db1
notifier.rst
@@ -529,7 +529,7 @@ sent using the Slack transport::
529
->content('You got a new invoice for 15 EUR.')
530
->importance(Notification::IMPORTANCE_HIGH);
531
532
- $notifier->send($notification, new Recipient('wouter@wouterj.nl'));
+ $notifier->send($notification, new Recipient('wouter@example.com'));
533
534
// ...
535
}
0 commit comments