From 00d208f1acc1fc89e9c2195c95bf9a0440eccd8e Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k Date: Fri, 5 Sep 2025 17:53:42 +0530 Subject: [PATCH] added array to be true --- src/Appwrite/Utopia/Database/Validator/Spatial.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Appwrite/Utopia/Database/Validator/Spatial.php b/src/Appwrite/Utopia/Database/Validator/Spatial.php index 5d99868a58..98a15ed786 100644 --- a/src/Appwrite/Utopia/Database/Validator/Spatial.php +++ b/src/Appwrite/Utopia/Database/Validator/Spatial.php @@ -31,7 +31,7 @@ class Spatial extends Validator */ public function isArray(): bool { - return false; + return true; } /** @@ -43,7 +43,7 @@ class Spatial extends Validator */ public function getType(): string { - return self::TYPE_ARRAY; + return self::TYPE_FLOAT; } /**