Skip to content

Commit 974d352

Browse files
updated polygon class
1 parent be4443a commit 974d352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Migration/Sources/CSV.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ private function exportRows(int $batchSize): void
300300
),
301301
Column::TYPE_POINT,
302302
Column::TYPE_LINE,
303-
COLUMN::TYPE_POLYGON => \is_string($parsedValue) ? json_decode($parsedValue) : null,
303+
Column::TYPE_POLYGON => \is_string($parsedValue) ? json_decode($parsedValue) : null,
304304
default => $parsedValue,
305305
},
306306
};

0 commit comments

Comments
 (0)