From 30d875a6f1a5ea7a3c5212bce54e938c888c7783 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 25 Jun 2020 23:26:02 +0300 Subject: [PATCH] Updated comments --- src/Appwrite/Utopia/Response.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Appwrite/Utopia/Response.php b/src/Appwrite/Utopia/Response.php index 86cf771be..81276d0fe 100644 --- a/src/Appwrite/Utopia/Response.php +++ b/src/Appwrite/Utopia/Response.php @@ -47,8 +47,8 @@ class Response extends UtopiaResponse // Teams const MODEL_TEAM = 'team'; const MODEL_TEAM_LIST = 'teamList'; - const MODEL_MEMBERSHIP = 'membership'; // - Missing - const MODEL_MEMBERSHIP_LIST = 'membershipList'; // - Missing + const MODEL_MEMBERSHIP = 'membership'; + const MODEL_MEMBERSHIP_LIST = 'membershipList'; public function __construct() {