From 0f6b4e07d518fd8785a5553e8f6a8da9810b1fe8 Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k Date: Wed, 3 Sep 2025 00:41:12 +0530 Subject: [PATCH] updated validator for the create polygon --- .../Http/Databases/Collections/Attributes/Polygon/Create.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Polygon/Create.php b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Polygon/Create.php index a2d9f68b40..4f66f8bb79 100644 --- a/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Polygon/Create.php +++ b/src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Polygon/Create.php @@ -13,7 +13,7 @@ use Appwrite\Utopia\Response as UtopiaResponse; use Utopia\Database\Database; use Utopia\Database\Document; use Utopia\Database\Validator\Key; -use Utopia\Database\Validator\Spatial; +use Appwrite\Utopia\Database\Validator\Spatial; use Utopia\Database\Validator\UID; use Utopia\Swoole\Response as SwooleResponse; use Utopia\Validator\Boolean;