Skip to content

Commit 4dc2f66

Browse files
authored
Fix customize notification example
1 parent 96960d4 commit 4dc2f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notifier.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,10 +500,10 @@ very high and the recipient has a phonenumber::
500500
&& $recipient instanceof AdminRecipient
501501
&& null !== $recipient->getPhone()
502502
) {
503-
return ['sms', 'email'];
503+
return ['sms'];
504504
}
505505

506-
return 'email';
506+
return ['email'];
507507
}
508508
}
509509

0 commit comments

Comments
 (0)