From 2b865bdf97849e5f7d7eaaae6f114db8d40f884e Mon Sep 17 00:00:00 2001 From: shimon Date: Mon, 22 Jan 2024 11:29:11 +0200 Subject: [PATCH] Added marked_for_deletion and billing_plan_downgrade to hamster export --- src/Appwrite/Platform/Workers/Hamster.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Workers/Hamster.php b/src/Appwrite/Platform/Workers/Hamster.php index ab2b6e6031..c12754d134 100644 --- a/src/Appwrite/Platform/Workers/Hamster.php +++ b/src/Appwrite/Platform/Workers/Hamster.php @@ -468,7 +468,7 @@ class Hamster extends Action } } - private function getBillingDetails(Document $team): array + private function getBillingDetails(Document $team): array { $billing = [];