1
0
Fork 0
mirror of synced 2024-10-01 17:58:02 +13:00

Fix SMS issue

This commit is contained in:
Matej Bačo 2023-12-20 12:13:22 +01:00
parent 457e47cdd7
commit 05f8f8fb9d

View file

@ -6,7 +6,7 @@ use Exception;
use Utopia\App;
use Utopia\CLI\Console;
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\Msg91;
use Utopia\Messaging\Adapters\SMS\Telesign;