updated validator for the create polygon

This commit is contained in:
ArnabChatterjee20k 2025-09-03 00:41:12 +05:30
parent 0d77a33cf1
commit 0f6b4e07d5

View file

@ -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;