mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
added array to be true
This commit is contained in:
parent
4e164b0b3e
commit
00d208f1ac
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue