Skip to content

Commit c24f03d

Browse files
committed
Remove personal e-mailaddress from the code example
1 parent a7e9a6f commit c24f03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifier.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ sent using the Slack transport::
474474
->content('You got a new invoice for 15 EUR.')
475475
->importance(Notification::IMPORTANCE_HIGH);
476476

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

479479
// ...
480480
}

0 commit comments

Comments
 (0)