From 5593682c3dae58b75b5a6dee6e242c841e63ff20 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 28 Jan 2025 12:24:16 +0530 Subject: [PATCH] chore: review comments --- src/Appwrite/Platform/Workers/Messaging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Workers/Messaging.php b/src/Appwrite/Platform/Workers/Messaging.php index 8f2d7547df..888e083da1 100644 --- a/src/Appwrite/Platform/Workers/Messaging.php +++ b/src/Appwrite/Platform/Workers/Messaging.php @@ -62,7 +62,7 @@ class Messaging extends Action */ public function __construct() { - + $this->adapter = $this->createInternalSMSAdapter($this->dsns); $this