Skip to content

Commit fa60b22

Browse files
authored
Update DataProcessor.php
1 parent b582a74 commit fa60b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Processors/DataProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ protected function escapeRow(array $row)
255255
$arrayDot = array_filter(array_dot($row));
256256
foreach ($arrayDot as $key => $value) {
257257
if (! in_array($key, $this->rawColumns)) {
258-
$dataType = gettype($value);
258+
$dataType = gettype($value);
259259
$arrayDot[$key] = e($value);
260260
settype($arrayDot[$key], $dataType);
261261
}

0 commit comments

Comments
 (0)