Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Jan 29, 2020
1 parent e5912a4 commit a125329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CsvResponseFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function format($response): void
$this->put($handle, $columns);
}

$this->writeData($response, $handle);
$this->writeData($response, $handle, $columns);
rewind($handle);
}

Expand Down

0 comments on commit a125329

Please sign in to comment.