From 617ded14aa12f8cc98c366d82fb437167ad8a2f9 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 17 Oct 2023 23:30:11 +0400 Subject: [PATCH] chore: cleanup obsolete CLI tasks --- src/Appwrite/Platform/Workers/Messaging.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Appwrite/Platform/Workers/Messaging.php b/src/Appwrite/Platform/Workers/Messaging.php index ecdc48376a..76b86e4f0c 100644 --- a/src/Appwrite/Platform/Workers/Messaging.php +++ b/src/Appwrite/Platform/Workers/Messaging.php @@ -33,9 +33,6 @@ class Messaging extends Action */ public function __construct() { - - throw new Exception('Exception from the Messaging Worker'); - $this->provider = App::getEnv('_APP_SMS_PROVIDER', ''); if (!empty($this->provider)) { $this->dsn = new DSN($this->provider);