Skip to content

Commit c471e64

Browse files
committed
Remove personal e-mailaddress from the code example
1 parent 618dba4 commit c471e64

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

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

513513
// ...
514514
}

0 commit comments

Comments
 (0)