1
0
Fork 0
mirror of synced 2024-09-30 01:08:13 +13:00

Added Msg91 Flow Adapter

This commit is contained in:
Dineshkumar 2022-07-07 16:40:29 +05:30 committed by GitHub
parent 039ad5727f
commit 7a486e1158
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,7 @@ class MessagingV1 extends Worker
'twilio' => new Twilio($user, $secret),
'text-magic' => new TextMagic($user, $secret),
'telesign' => new Telesign($user, $secret),
'msg91-flow' => new Msg91Flow($user, $secret),
default => null
};