Skip to content

Commit a749db1

Browse files
committed
Revert an unneeded change
1 parent 0e346f7 commit a749db1

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@wouterj.nl'));
532+
$notifier->send($notification, new Recipient('wouter@example.com'));
533533

534534
// ...
535535
}

0 commit comments

Comments
 (0)