Skip to content

Commit 125493f

Browse files
committed
ICL: getNotificationRecipients example fixed.
1 parent c11c1bd commit 125493f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ Provides logging and email notifications for Laravel console commands.
3030
protected function getNotificationRecipients()
3131
{
3232
return [
33-
'foo@example.com',
34-
'bar@example.com',
35-
'baz@example.com',
33+
'john.doe@example.com' => 'John Doe',
34+
'jane.smith@example.com' => 'Jane Smith',
3635
];
3736
}
3837

0 commit comments

Comments
 (0)