1
0
Fork 0
mirror of synced 2024-09-29 17:01:37 +13:00

Fix import to match class name

The class is SMS rather than Sms.
This commit is contained in:
Steven Nguyen 2023-12-16 17:42:29 +00:00
parent 0f0d43298e
commit e41194ee3c
No known key found for this signature in database
GPG key ID: 22EB8611C67E9E5C

View file

@ -6,7 +6,7 @@ use Exception;
use Utopia\App; use Utopia\App;
use Utopia\CLI\Console; use Utopia\CLI\Console;
use Utopia\DSN\DSN; use Utopia\DSN\DSN;
use Utopia\Messaging\Messages\Sms; use Utopia\Messaging\Messages\SMS;
use Utopia\Messaging\Adapters\SMS\Mock; use Utopia\Messaging\Adapters\SMS\Mock;
use Utopia\Messaging\Adapters\SMS\Msg91; use Utopia\Messaging\Adapters\SMS\Msg91;
use Utopia\Messaging\Adapters\SMS\Telesign; use Utopia\Messaging\Adapters\SMS\Telesign;