From 717f62fdf013b87a7c3d4e551f3525c7f3454dc6 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Wed, 8 Nov 2023 17:04:36 +0000 Subject: [PATCH] fix: missing imports --- app/init.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/init.php b/app/init.php index ee771f9432..3feabad8c2 100644 --- a/app/init.php +++ b/app/init.php @@ -54,6 +54,8 @@ use Utopia\Messaging\Adapters\SMS\Telesign; 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\Registry\Registry; use Utopia\Storage\Device; use Utopia\Storage\Device\Backblaze;