8000
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 5ff7cc7 commit 9e971f8Copy full SHA for 9e971f8
notifier.rst
@@ -492,7 +492,7 @@ sent using the Slack transport::
492
->content('You got a new invoice for 15 EUR.')
493
->importance(Notification::IMPORTANCE_HIGH);
494
495
- $notifier->send($notification, new Recipient('wouter@wouterj.nl'));
+ $notifier->send($notification, new Recipient('wouter@example.com'));
496
497
// ...
498
}
0 commit comments