We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b24e88 + 3adb099 commit a81a990Copy full SHA for a81a990
src/Exports/DataTableQueuedExport.php
@@ -43,7 +43,8 @@ public function map($row): array
43
return $this->columns
44
->map(function (Column $column, $index) use ($row) {
45
$property = $column['data'];
46
-
+ $row = (array) $row;
47
+
48
if ($row[$property] instanceof \DateTime) {
49
$this->dates[] = $index;
50
0 commit comments