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 b7b0afe commit 857057bCopy full SHA for 857057b
src/Exporter.php
@@ -39,7 +39,6 @@ private function setExporter($model, $columns, $filename)
39
{
40
if (is_array($model)) {
41
$this->exporter = new ExportFromArray($model, $columns, $filename);
42
- $this->exporter->set();
43
44
return $this;
45
}
0 commit comments