From 9c8f565211c16a877010c944efb88d9c0677c093 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 28 Dec 2025 10:33:12 +0000 Subject: [PATCH] use the helper method instead --- src/Appwrite/Platform/Workers/StatsResources.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Appwrite/Platform/Workers/StatsResources.php b/src/Appwrite/Platform/Workers/StatsResources.php index b48b008ce2..f6578100f0 100644 --- a/src/Appwrite/Platform/Workers/StatsResources.php +++ b/src/Appwrite/Platform/Workers/StatsResources.php @@ -100,8 +100,7 @@ class StatsResources extends Action return; } - $dbForPlatform->disableFilters(); - $dbForProject->disableFilters(); + $this->disableSubqueries(); try { $region = $project->getAttribute('region');