diff --git a/src/Appwrite/Messaging/Adapter/SMS/SMSFactory.php b/src/Appwrite/Messaging/Adapter/SMS/SMSFactory.php index 2c64fa7760..ad56e781f5 100644 --- a/src/Appwrite/Messaging/Adapter/SMS/SMSFactory.php +++ b/src/Appwrite/Messaging/Adapter/SMS/SMSFactory.php @@ -10,7 +10,6 @@ use Utopia\Messaging\Adapters\SMS\TextMagic; use Utopia\Messaging\Adapters\SMS\Twilio; use Utopia\Messaging\Adapters\SMS\Vonage; use Utopia\Messaging\Adapters\SMS\GEOSMS; -use Utopia\Messaging\Adapters\SMS\GEOSMS\CallingCode; use Utopia\DSN\DSN; class SMSFactory