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 a7e9a6f commit c24f03dCopy full SHA for c24f03d
notifier.rst
@@ -474,7 +474,7 @@ sent using the Slack transport::
474
->content('You got a new invoice for 15 EUR.')
475
->importance(Notification::IMPORTANCE_HIGH);
476
477
- $notifier->send($notification, new Recipient('wouter@wouterj.nl'));
+ $notifier->send($notification, new Recipient('wouter@example.com'));
478
479
// ...
480
}
0 commit comments