Skip to content

Commit b5ea4d1

Browse files
authored
Merge pull request #688 from utopia-php/spatial-type-change
updated spatial get type
2 parents d32bd61 + b9070a2 commit b5ea4d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Validator/Spatial.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function isArray(): bool
141141

142142
public function getType(): string
143143
{
144-
return 'spatial';
144+
return self::TYPE_ARRAY;
145145
}
146146

147147
/**

0 commit comments

Comments
 (0)