From 55187d478122a9772893a47d76389f35fa424002 Mon Sep 17 00:00:00 2001 From: Prateek Banga Date: Wed, 18 Oct 2023 13:30:01 +0530 Subject: [PATCH] fix typo --- src/Appwrite/Utopia/Database/Validator/Queries/Subscribers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Utopia/Database/Validator/Queries/Subscribers.php b/src/Appwrite/Utopia/Database/Validator/Queries/Subscribers.php index 048ae60033..55bb455903 100644 --- a/src/Appwrite/Utopia/Database/Validator/Queries/Subscribers.php +++ b/src/Appwrite/Utopia/Database/Validator/Queries/Subscribers.php @@ -15,6 +15,6 @@ class Subscribers extends Base */ public function __construct() { - parent::__construct('messages', self::ALLOWED_ATTRIBUTES); + parent::__construct('subscribers', self::ALLOWED_ATTRIBUTES); } }