8000 Remove personal e-mailaddress from the code example · githubfromgui/symfony-docs@9e971f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e971f8

Browse files
committed
Remove personal e-mailaddress from the code example
1 parent 5ff7cc7 commit 9e971f8

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
@@ -492,7 +492,7 @@ sent using the Slack transport::
492492
->content('You got a new invoice for 15 EUR.')
493493
->importance(Notification::IMPORTANCE_HIGH);
494494

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

497497
// ...
498498
}

0 commit comments

Comment 3177 s
 (0)
0