File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ Nexmo ``symfony/nexmo-notifier`` ``nexmo://KEY:SECRET@default?from=F
6060OvhCloud ``symfony/ovhcloud-notifier `` ``ovhcloud://KEY:SECRET@default?from=FROM ``
6161Sinch ``symfony/sinch-notifier `` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM ``
6262FreeMobile ``symfony/freemobile-notifier `` ``freemobile://LOGIN:PASS@default?phone=PHONE ``
63+ Smsapi ``symfony/smsapi-notifier `` ``smsapi://TOKEN@default?from=FROM ``
6364========== =============================== ====================================================
6465
6566.. versionadded :: 5.1
@@ -294,7 +295,7 @@ transport:
294295 %env(SLACK_DSN)% || %env(TELEGRAM_DSN)%
295296 </framework : chatter-transport >
296297
297- <!-- Send notifications to the next scheduled transport
298+ <!-- Send notifications to the next scheduled transport
298299 calculated by round robin -->
299300 <framework : chatter-transport name =" slack" >
300301 %env(SLACK_DSN)% && %env(TELEGRAM_DSN)%
You can’t perform that action at this time.
0 commit comments