Skip to content

Commit b9070a2

Browse files
updated spatial get type
1 parent d32bd61 commit b9070a2

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)