Skip to content

Commit

Permalink
Merge branch 'master' of github.com:spatie/simple-excel
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Sep 8, 2020
2 parents 742cf9a + 0cd7635 commit eeb9d3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/SimpleExcelWriterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public function it_can_write_a_regular_csv()
public function add_multiple_rows()
{
SimpleExcelWriter::create($this->pathToCsv)
->addRows([
->addRows(
[
[
'first_name' => 'John',
'last_name' => 'Doe',
Expand Down

0 comments on commit eeb9d3e

Please sign in to comment.