Skip to content

Commit 857057b

Browse files
author
Sujan Mahmud
committed
export error solved
1 parent b7b0afe commit 857057b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Exporter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ private function setExporter($model, $columns, $filename)
3939
{
4040
if (is_array($model)) {
4141
$this->exporter = new ExportFromArray($model, $columns, $filename);
42-
$this->exporter->set();
4342

4443
return $this;
4544
}

0 commit comments

Comments
 (0)