Skip to content

Commit c06cbb5

Browse files
committed
Fix csv export extension
1 parent 4060748 commit c06cbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/DataTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ private function toColumnsCollection(array $columns): Collection
583583
public function csv()
584584
{
585585
set_time_limit(3600);
586-
$path = $this->getFilename().'.'.strtolower($this->excelWriter);
586+
$path = $this->getFilename().'.'.strtolower($this->csvWriter);
587587

588588
$excelFile = $this->buildExcelFile();
589589

0 commit comments

Comments
 (0)