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

renamed msg91-flow as msg91

This commit is contained in:
Dineshkumar 2022-07-07 20:57:48 +05:30 committed by GitHub
parent d2bf2f8f5a
commit 5eab0d47e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +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),
'msg91' => new Msg91Flow($user, $secret),
default => null
};