Skip to content

Commit

Permalink
addresses review
Browse files Browse the repository at this point in the history
  • Loading branch information
raftx24 committed Nov 18, 2020
1 parent 3bc1b9e commit 2260a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/ExcelExport.php
Expand Up @@ -47,7 +47,7 @@ private function handle(): void
{
$this->writer();

(new Collection($this->exporter->sheets()))
Collection::wrap($this->exporter->sheets())
->each(fn ($sheet, $sheetIndex) => $this->sheet($sheet, $sheetIndex)
->heading($sheet)
->rows($sheet));
Expand Down

0 comments on commit 2260a08

Please sign in to comment.