File tree 1 file changed +2
-1
lines changed 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
60
60
OvhCloud ``symfony/ovhcloud-notifier `` ``ovhcloud://KEY:SECRET@default?from=FROM ``
61
61
Sinch ``symfony/sinch-notifier `` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM ``
62
62
FreeMobile ``symfony/freemobile-notifier `` ``freemobile://LOGIN:PASS@default?phone=PHONE ``
63
+ Smsapi ``symfony/smsapi-notifier `` ``smsapi://TOKEN@default?from=FROM ``
63
64
========== =============================== ====================================================
64
65
65
66
.. versionadded :: 5.1
@@ -294,7 +295,7 @@ transport:
294
295
%env(SLACK_DSN)% || %env(TELEGRAM_DSN)%
295
296
</framework : chatter-transport >
296
297
297
- <!-- Send notifications to the next scheduled transport
298
+ <!-- Send notifications to the next scheduled transport
298
299
calculated by round robin -->
299
300
<framework : chatter-transport name =" slack" >
300
301
%env(SLACK_DSN)% && %env(TELEGRAM_DSN)%
You can’t perform that action at this time.
0 commit comments