Skip to content

Commit

Permalink
Fix headings not being passed to queued writer (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbrouwers committed Sep 13, 2018
1 parent b5a291e commit a45a9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Actions/ExportToExcel.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class ExportToExcel extends Action implements FromQuery, WithCustomChunkSize, Wi
*/
public function __sleep()
{
return [];
return ['headings'];
}

/**
Expand Down

0 comments on commit a45a9cf

Please sign in to comment.