Skip to content

Commit ef66beb

Browse files
fix
1 parent 8f7baa4 commit ef66beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/ExcelExport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ private function addRow($row)
148148

149149
private function row(array $row): Row
150150
{
151-
return new Row($row);
151+
return Row::fromValues($row);
152152
}
153153

154154
private function addSheet(): void

0 commit comments

Comments
 (0)