Skip to content

Commit f645e05

Browse files
authored
Update README.md
1 parent 0ecbbe6 commit f645e05

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,17 @@ And if you want to have a specific sender based on Notification, e.g. like you a
108108
```
109109
public function getSenderId()
110110
{
111-
return 'YOUR_SENDER_ID';
111+
return 'YOUR_SENDER_ID';
112112
}
113113
```
114114

115115
Unicode support
116-
If you want to send the notification content to have unicode support set define this method in your notification which will return boolean based on which the sms will set the unicode mode in textlocal API
116+
If you want to send the notification content to have unicode support. Define this method in your notification which will return boolean based on which the sms will set the unicode mode in textlocal API
117117
```
118-
getUnicodeMode
118+
public function getUnicodeMode()
119+
{
120+
return true;
121+
}
119122
```
120123

121124
A list of all available options

0 commit comments

Comments
 (0)