8000 Update notifier.rst · symfony/symfony-docs@895b840 · GitHub
[go: up one dir, main page]

Skip to content

Commit 895b840

Browse files
JakeFrjaviereguiluz
authored andcommitted
Update notifier.rst
1 parent 65a32a6 commit 895b840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ sent using the Slack transport::
529529
->content('You got a new invoice for 15 EUR.')
530530
->importance(Notification::IMPORTANCE_HIGH);
531531

532-
$notifier->send($notification, new Recipient('wouter@example.com'));
532+
$notifier->send($notification, new Recipient('wouter@wouterj.nl'));
533533

534534
// ...
535535
}

0 commit comments

Comments
 (0)
0