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.
1 parent 4060748 commit c06cbb5Copy full SHA for c06cbb5
src/Services/DataTable.php
@@ -583,7 +583,7 @@ private function toColumnsCollection(array $columns): Collection
583
public function csv()
584
{
585
set_time_limit(3600);
586
- $path = $this->getFilename().'.'.strtolower($this->excelWriter);
+ $path = $this->getFilename().'.'.strtolower($this->csvWriter);
587
588
$excelFile = $this->buildExcelFile();
589
0 commit comments