From 44ead217ac1c9b9bf6b0e91ed536f75071ea5ed0 Mon Sep 17 00:00:00 2001 From: Shimon Newman Date: Thu, 15 Feb 2024 16:28:02 +0200 Subject: [PATCH] Update src/Appwrite/Platform/Workers/Messaging.php Co-authored-by: Christy Jacob --- 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 95c2b4b8de..cf11077f70 100644 --- a/src/Appwrite/Platform/Workers/Messaging.php +++ b/src/Appwrite/Platform/Workers/Messaging.php @@ -129,7 +129,7 @@ class Messaging extends Action $queueForUsage->addMetric(str_replace('{countryCode}', $countryCode, METRIC_MESSAGES_COUNTRY_CODE), 1); } catch (\libphonenumber\NumberParseException $e) { - console::error("Error parsing number: " . $e->getMessage()); + Console::error("Error parsing number: " . $e->getMessage()); } $queueForUsage