mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
use the helper method instead
This commit is contained in:
parent
08f30224b6
commit
9c8f565211
1 changed files with 1 additions and 2 deletions
|
|
@ -100,8 +100,7 @@ class StatsResources extends Action
|
|||
return;
|
||||
}
|
||||
|
||||
$dbForPlatform->disableFilters();
|
||||
$dbForProject->disableFilters();
|
||||
$this->disableSubqueries();
|
||||
|
||||
try {
|
||||
$region = $project->getAttribute('region');
|
||||
|
|
|
|||
Loading…
Reference in a new issue